prashantwason commented on a change in pull request #2326:
URL: https://github.com/apache/hudi/pull/2326#discussion_r544083364
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieROTablePathFilter.java
##########
@@ -56,6 +58,15 @@
public class HoodieROTablePathFilter implements Configurable, PathFilter,
Serializable {
private static final long serialVersionUID = 1L;
+ public static final String METADATA_PREFIX = "hoodie.metadata";
Review comment:
minor: these seen to be duplicated from metadata code. If there is a
simple way of moving them to a common class and accessing from there, that
would be better.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]