JingGe commented on a change in pull request #17501:
URL: https://github.com/apache/flink/pull/17501#discussion_r770560805



##########
File path: 
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/avro/AvroParquetRecordFormat.java
##########
@@ -50,11 +51,12 @@
 
     private final TypeInformation<E> type;
 
-    private final GenericData dataModel;
+    private final SerializableSupplier<GenericData> dataModelSupplier;
 
-    AvroParquetRecordFormat(TypeInformation<E> type, GenericData dataModel) {

Review comment:
       sure




-- 
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]


Reply via email to