You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2019/09/09 13:37:00 UTC

[jira] [Created] (FLINK-14022) Add validation check for places where Python ScalarFunction cannot be used

Dian Fu created FLINK-14022:
-------------------------------

             Summary: Add validation check for places where Python ScalarFunction cannot be used
                 Key: FLINK-14022
                 URL: https://issues.apache.org/jira/browse/FLINK-14022
             Project: Flink
          Issue Type: Sub-task
          Components: API / Python
            Reporter: Dian Fu
             Fix For: 1.10.0


Currently, there are places where Python ScalarFunction could not be used, for example:
 # Python UDF could not be used in MatchRecognize
 # Python UDFs could not be used in Join condition which take the columns from both the left table and the right table as inputs

We should add validation check for places where it’s not supported.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)