[GitHub] [flink] fapaul commented on a change in pull request #17501: [Draft][FLINK-21406][RecordFormat] build AvroParquetRecordFormat for the new FileSource

2021-10-21 Thread GitBox
fapaul commented on a change in pull request #17501: URL: https://github.com/apache/flink/pull/17501#discussion_r733739540 ## File path: flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/avro/AvroParquetRecordFormat.java ## @@ -0,0 +1,189 @@ +/* + *

[GitHub] [flink] fapaul commented on a change in pull request #17501: [Draft][FLINK-21406][RecordFormat] build AvroParquetRecordFormat for the new FileSource

2021-10-21 Thread GitBox
fapaul commented on a change in pull request #17501: URL: https://github.com/apache/flink/pull/17501#discussion_r733491320 ## File path: flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/avro/AvroParquetRecordFormat.java ## @@ -0,0 +1,189 @@ +/* + *

[GitHub] [flink] fapaul commented on a change in pull request #17501: [Draft][FLINK-21406][RecordFormat] build AvroParquetRecordFormat for the new FileSource

2021-10-21 Thread GitBox
fapaul commented on a change in pull request #17501: URL: https://github.com/apache/flink/pull/17501#discussion_r733480109 ## File path: flink-formats/flink-avro/pom.xml ## @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-formats

[GitHub] [flink] fapaul commented on a change in pull request #17501: [Draft][FLINK-21406][RecordFormat] build AvroParquetRecordFormat for the new FileSource

2021-10-20 Thread GitBox
fapaul commented on a change in pull request #17501: URL: https://github.com/apache/flink/pull/17501#discussion_r732562392 ## File path: flink-formats/flink-avro/pom.xml ## @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-formats

[GitHub] [flink] fapaul commented on a change in pull request #17501: [Draft][FLINK-21406][RecordFormat] build AvroParquetRecordFormat for the new FileSource

2021-10-19 Thread GitBox
fapaul commented on a change in pull request #17501: URL: https://github.com/apache/flink/pull/17501#discussion_r731846389 ## File path: flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/reader/RecordFormat.java ## @@ -0,0 +1,130 @@ +/*