xushiyan commented on a change in pull request #5051:
URL: https://github.com/apache/hudi/pull/5051#discussion_r835060702
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HoodieHiveUtils.java
##########
@@ -71,7 +71,7 @@
public static final String DEFAULT_SCAN_MODE = SNAPSHOT_SCAN_MODE;
public static final int DEFAULT_MAX_COMMITS = 1;
public static final int MAX_COMMIT_ALL = -1;
- public static final int DEFAULT_LEVELS_TO_BASEPATH = 3;
+ public static final int DEFAULT_LEVELS_TO_BASEPATH = 0;
Review comment:
@dongkelun this is just a default value. this should not be the root
cause. The main problem should be somewhere in the code the actual levels
blindly using the default and not overwritten by the actual one. Can you trace
down the usage and figure out the misuse?
--
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]