hequn8128 commented on a change in pull request #11242: [FLINK-16007][table-planner][table-planner-blink][python] Add PythonCorrelateSplitRule to push down the Java Calls contained in Python Correlate node URL: https://github.com/apache/flink/pull/11242#discussion_r385988151
########## File path: flink-python/pyflink/table/tests/test_udtf.py ########## @@ -50,6 +50,23 @@ def test_table_function(self): ["1,0,null", "1,1,null", "2,0,null", "2,1,null", "3,0,0", "3,0,1", "3,0,2", "3,1,1", "3,1,2", "3,2,2", "3,3,null"]) + def test_table_function_with_java_calls(self): Review comment: Since we have Rule tests, we don't need the IT test. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services