hit-lacus commented on a change in pull request #1636:
URL: https://github.com/apache/kylin/pull/1636#discussion_r639436054
##########
File path:
core-job/src/main/java/org/apache/kylin/job/constant/ExecutableConstants.java
##########
@@ -94,5 +94,6 @@ private ExecutableConstants() {
public static final String FLINK_SPECIFIC_CONFIG_NAME_MERGE_DICTIONARY =
"mergedict";
//kylin on parquetv2
public static final String STEP_NAME_DETECT_RESOURCE = "Detect Resource";
+ public static final String STEP_NAME_BUILD_CUBOID_FROM_PARENT_CUBOID =
"Build recommend cuboid from parent cuboid";
Review comment:
Use `exist` or `parent` ?
--
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]