[
https://issues.apache.org/jira/browse/KYLIN-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351539#comment-17351539
]
ASF GitHub Bot commented on KYLIN-4966:
---------------------------------------
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]
> Refresh the existing segment according to the new cuboid list in kylin4
> -----------------------------------------------------------------------
>
> Key: KYLIN-4966
> URL: https://issues.apache.org/jira/browse/KYLIN-4966
> Project: Kylin
> Issue Type: New Feature
> Components: Job Engine
> Affects Versions: v4.0.0-beta
> Reporter: Yaqian Zhang
> Assignee: Yaqian Zhang
> Priority: Minor
> Fix For: v4.0.0-GA
>
>
> When the user wants to update the cuboid list of a cube, the existing segment
> needs to be refreshed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)