Jingsong Lee created FLINK-26497:
------------------------------------

             Summary: Cast Exception when use split agg with multiple filters
                 Key: FLINK-26497
                 URL: https://issues.apache.org/jira/browse/FLINK-26497
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: Jingsong Lee
             Fix For: 1.14.4


table.optimizer.distinct-agg.split.enabled is true.

count(distinct c) filter (...), count(distinct c) filter (...), count(distinct 
c) filter (...)....

Filtering conditions excess 8.

java.lang.RuntimeException: [J cannot be cast to [Ljava.lang.Object;

(BTW, it seems that we don't have test case to cover this situation.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to