danny0405 commented on code in PR #13411:
URL: https://github.com/apache/hudi/pull/13411#discussion_r2139104149
##########
hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroReaderContext.java:
##########
@@ -226,7 +226,7 @@ private Object getFieldValueFromIndexedRecord(
IndexedRecord record,
Schema recordSchema,
String fieldName) {
- Schema currentSchema = recordSchema;
+ Schema currentSchema = record.getSchema();
Review Comment:
the `recordShema` is never used now.
--
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]