[jira] [Created] (FLINK-10451) TableFunctionCollector should handle the life cycle of ScalarFunction

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10451) TableFunctionCollector should handle the life cycle of ScalarFunction

Shang Yuanchun (Jira)
Ruidong Li created FLINK-10451:
----------------------------------

             Summary: TableFunctionCollector should handle the life cycle of ScalarFunction
                 Key: FLINK-10451
                 URL: https://issues.apache.org/jira/browse/FLINK-10451
             Project: Flink
          Issue Type: Bug
          Components: Table API & SQL
            Reporter: Ruidong Li
            Assignee: Ruidong Li


Considering the following query:

table.join(udtf('a)).where(udf('b))

the filter will be pushed into DataSetCorrelate/DataStreamCorrelate without triggering open() and close()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)