Guoliang Sun created KYLIN-6010:
-----------------------------------
Summary: 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
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)