Commit ce3631a
committed
[FLINK-22622][parquet] Drop BatchTableSource ParquetTableSource and related classes
This removes the ParquetTableSource and related classes including various ParquetInputFormats.
Use the filesystem connector with a Parquet format as a replacement. It is possible to
read via Table & SQL API and convert the Table to DataStream API if necessary.
DataSet API is not supported anymore.
This closes #15895.1 parent 7399bb4 commit ce3631a
File tree
24 files changed
+4
-4891
lines changed- flink-formats/flink-parquet
- src
- main/java/org/apache/flink/formats/parquet
- utils
- test
- java/org/apache/flink/formats/parquet
- pojo
- utils
- resources/avro
24 files changed
+4
-4891
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 39 | + | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
49 | | - | |
| 43 | + | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 49 | | |
72 | 50 | | |
73 | 51 | | |
| |||
77 | 55 | | |
78 | 56 | | |
79 | 57 | | |
80 | | - | |
| 58 | + | |
81 | 59 | | |
82 | 60 | | |
83 | 61 | | |
| |||
156 | 134 | | |
157 | 135 | | |
158 | 136 | | |
159 | | - | |
| 137 | + | |
160 | 138 | | |
161 | 139 | | |
162 | 140 | | |
| |||
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/ParquetInputFormat.java
Lines changed: 0 additions & 323 deletions
This file was deleted.
0 commit comments