You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yunhong Zheng (Jira)" <ji...@apache.org> on 2022/04/29 03:53:00 UTC

[jira] [Commented] (FLINK-26497) Cast Exception when use split agg with multiple filters

    [ https://issues.apache.org/jira/browse/FLINK-26497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529744#comment-17529744 ] 

Yunhong Zheng commented on FLINK-26497:
---------------------------------------

Hi [~lzljs3620320] , could you assign this issue to me, Thanks!

> 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
>    Affects Versions: 1.15.0, 1.14.4
>            Reporter: Jingsong Lee
>            Priority: Major
>
> 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.7#820007)