jonvex commented on code in PR #14120:
URL: https://github.com/apache/hudi/pull/14120#discussion_r2452711916
##########
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:
No, I missed this when I was reverting that flag I added to
rewriteRecordWithNewSchema. Since the params are still valid
--
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]