[
https://issues.apache.org/jira/browse/KYLIN-4207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961922#comment-16961922
]
ASF GitHub Bot commented on KYLIN-4207:
---------------------------------------
nichunen commented on pull request #900: KYLIN-4207: fix exception while use
cube metadata extra validators
URL: https://github.com/apache/kylin/pull/900
----------------------------------------------------------------
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]
> CubeMetadataValidator exception
> -------------------------------
>
> Key: KYLIN-4207
> URL: https://issues.apache.org/jira/browse/KYLIN-4207
> Project: Kylin
> Issue Type: Improvement
> Reporter: ZhouKang
> Assignee: ZhouKang
> Priority: Major
>
> {code:java}
> // code placeholder
> 2019-10-28 11:19:08,583 ERROR [http-nio-7070-exec-9]
> validation.CubeMetadataValidator:56 : Construct cube metadata validator rule:
> org.apache.kylin.cube.model.validation.rule.CubeInfoRule failed. Ignore this
> rule
> java.lang.UnsupportedOperationException
> at java.util.AbstractList.add(AbstractList.java:148)
> at java.util.AbstractList.add(AbstractList.java:108)
> at
> org.apache.kylin.cube.model.validation.CubeMetadataValidator.<init>(CubeMetadataValidator.java:54)
> {code}
> should not use Arrays.asList() in CubeMetadataValidator.java:49, which will
> cause UnsupportedOperationExcepiton
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)