HuangZhenQiu commented on code in PR #24623:
URL: https://github.com/apache/flink/pull/24623#discussion_r1553216879
##########
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/avro/AvroParquetRecordFormat.java:
##########
@@ -82,6 +83,7 @@ public Reader<E> createReader(
return new AvroParquetRecordReader<E>(
AvroParquetReader.<E>builder(new ParquetInputFile(stream,
fileLen))
.withDataModel(getDataModel())
+ .withConf(HadoopUtils.getHadoopConfiguration(config))
Review Comment:
It exists in flink runtime
https://github.com/apache/flink/blob/master/flink-runtime/pom.xml#L103, so it
is not a concern?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]