danny0405 commented on code in PR #14120:
URL: https://github.com/apache/hudi/pull/14120#discussion_r2450292092
##########
hudi-hadoop-common/src/main/java/org/apache/hudi/io/hadoop/HoodieAvroParquetReaderIterator.java:
##########
@@ -40,6 +40,6 @@ public
HoodieAvroParquetReaderIterator(ParquetReader<IndexedRecord> parquetReade
@Override
public IndexedRecord next() {
- return HoodieAvroUtils.rewriteRecordWithNewSchema(super.next(),
promotedSchema, renamedColumns);
+ return HoodieAvroUtils.rewriteRecordWithNewSchema(super.next(),
promotedSchema, renamedColumns, true);
Review Comment:
is this a bug fix? do we have perf regression with opening the validations
here?
--
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]