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


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##########
@@ -491,7 +492,7 @@ public Pair<HoodieMetadataMergedLogRecordReader, Long> 
getLogRecordScanner(List<
         .withFileSystem(metadataMetaClient.getFs())
         .withBasePath(metadataBasePath)
         .withLogFilePaths(sortedLogFilePaths)
-        .withReaderSchema(schema)
+        .withReaderSchema(AvroInternalSchemaConverter.convertToEmpty(schema))

Review Comment:
   HoodieBackedTableMetadata no support scheam evolution.
   no need to modfiy those codes.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to