cuibo01 commented on a change in pull request #4837:
URL: https://github.com/apache/hudi/pull/4837#discussion_r809779408
##########
File path: hudi-common/src/main/java/org/apache/hudi/common/util/OrcUtils.java
##########
@@ -134,17 +162,30 @@
@Override
public List<GenericRecord> readAvroRecords(Configuration configuration, Path
filePath, Schema avroSchema) {
List<GenericRecord> records = new ArrayList<>();
+ Reader reader = null;
+ RecordReader recordReader = null;
try {
Review comment:
they can't be final, because they need to be close
--
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]