iemejia commented on code in PR #3726:
URL: https://github.com/apache/avro/pull/3726#discussion_r3067970389
##########
lang/java/avro/src/main/java/org/apache/avro/file/DataFileReader12.java:
##########
@@ -115,6 +115,10 @@ public synchronized long getMetaLong(String key) {
return Long.parseLong(getMetaString(key));
}
+ private Schema parseSchema() throws IOException {
+ return DataFileStream.parseSchemaFromMetadata(getMetaString(SCHEMA),
SCHEMA, new Schema.Parser());
Review Comment:
@copilot add the test
--
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]