[
https://issues.apache.org/jira/browse/KYLIN-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929005#comment-17929005
]
ASF subversion and git services commented on KYLIN-6010:
--------------------------------------------------------
Commit 5082123921f2ef5f3a25dabc3adb4e0dd2226ccf in kylin's branch
refs/heads/kylin5 from jlf
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=5082123921 ]
KYLIN-6010 Only InternalTableLoadingJob use gluten
> If there is a `count distinct` in the view table definition, an error occurs
> when building the snapshot
> -------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-6010
> URL: https://issues.apache.org/jira/browse/KYLIN-6010
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Assignee: Guoliang Sun
> Priority: Major
> Attachments: image-2025-02-19-14-26-58-795.png
>
>
> see following
> {code:java}
> java.lang.UnsupportedOperationException: count distinct does not have
> non-columnar implementation
> at
> org.apache.spark.sql.catalyst.expressions.aggregate.CountDistinct.initialValues$lzycompute(CountDistinct.scala:40)
> ~[gluten.jar]
> at
> org.apache.spark.sql.catalyst.expressions.aggregate.CountDistinct.initialValues(CountDistinct.scala:38)
> ~[gluten.jar]
> at
> org.apache.spark.sql.catalyst.expressions.aggregate.CountDistinct.initialValues(CountDistinct.scala:27)
> ~[gluten.jar] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)