cshuo commented on code in PR #19247:
URL: https://github.com/apache/hudi/pull/19247#discussion_r3567579576
##########
hudi-hadoop-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:
##########
@@ -278,6 +278,23 @@ public Map<String, String> readFooter(HoodieStorage
storage, boolean required,
return footerVals;
}
+ @Override
Review Comment:
Could we add direct test coverage for readFooterWithPrefix in Parquet, since
Parquet is the primary native log format for RFC-103?
--
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]