danny0405 commented on code in PR #14120:
URL: https://github.com/apache/hudi/pull/14120#discussion_r2446635628
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieAvroDataBlock.java:
##########
@@ -272,6 +276,7 @@ private StreamingRecordIterator(Schema readerSchema, Schema
writerSchema, Seekab
this.totalRecords = this.inputStream.readInt();
}
+ this.skipLogicalTimestampEvolution =
contentLocation.getStorage().getConf().getBoolean(HoodieCommonConfig.SCHEMA_EVOLUTION_ALLOW_LOGICAL_EVOLUTION.key(),
false);
Review Comment:
not sure if the option is passed corrently into the storage conf.
--
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]