You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zou (Jira)" <ji...@apache.org> on 2020/10/25 09:51:00 UTC

[jira] [Created] (FLINK-19797) NPE when we use decimal array as input of UDAF

Zou created FLINK-19797:
---------------------------

             Summary: NPE when we use decimal array as input of UDAF
                 Key: FLINK-19797
                 URL: https://issues.apache.org/jira/browse/FLINK-19797
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Runtime
            Reporter: Zou


Flink throws NPE when we use decimal array as input of UDAF.
Here is a simple example:



{code:java}
select percentile(num, array[0.10, 0.50, 0.99]) from source
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)