This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 5d914f207d8 [FLINK-38202][build] Allow to configure `junit.jupiter.execution.parallel.config.dynamic.factor` add 720172be1e5 [FLINK-37700][table-planner] Fix SQL parse exception when creating a view with PTF No new revisions were added by this update. Summary of changes: .../main/java/org/apache/calcite/sql/SqlCall.java | 252 +++++++++++++++++++++ .../plan/stream/sql/ProcessTableFunctionTest.java | 11 + .../plan/stream/sql/ProcessTableFunctionTest.xml | 22 ++ 3 files changed, 285 insertions(+) create mode 100755 flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/SqlCall.java