trushev commented on code in PR #5830:
URL: https://github.com/apache/hudi/pull/5830#discussion_r927388244


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java:
##########
@@ -135,6 +139,12 @@
    */
   private boolean closed = true;
 
+  private final Option<SchemaEvolutionContext> schemaEvolutionContext;
+  private List<String> actualFieldNames;
+  private List<DataType> actualFieldTypes;
+  private InternalSchema actualSchema;
+  private InternalSchema querySchema;

Review Comment:
   Sorry I don't get what do you mean by schema metadata that tells us the 
schema
   My point is that to read baseFile1 we need to use `DataType[] 
fullFieldTypes` in `ParquetSplitReaderUtil.genPartColumnarRowReader` according 
to schema1
   
   



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