cdmikechen commented on code in PR #8955:
URL: https://github.com/apache/hudi/pull/8955#discussion_r1229585351
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/avro/HoodieAvroParquetReader.java:
##########
@@ -50,24 +51,20 @@ public class HoodieAvroParquetReader extends
RecordReader<Void, ArrayWritable> {
private Schema baseSchema;
Review Comment:
In my [origin PR HUDI-83](https://github.com/apache/hudi/pull/3391/files) I
didn't declare the `baseSchema` variable and didn't modify the
`getCurrentValue` method.
In fact I would like to know if there is any problem if we don't declare the
`baseSchema`?
--
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]