This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 360afd9  [FLINK-15675][python][docs] Add exception and documentation 
that Python UDF is not supported in old Planner under batch mode
     add fd2b8e5  [FLINK-15599][table] SQL client requires both legacy and 
blink planner to be on the classpath

No new revisions were added by this update.

Summary of changes:
 .../client/gateway/local/ExecutionContext.java     |  26 ++-
 .../table/client/gateway/local/LocalExecutor.java  |   4 +-
 .../flink/table/functions/FunctionService.java     | 186 +++++++++++++++++++++
 .../flink/table/functions/FunctionServiceTest.java | 172 +++++++++++++++++++
 .../planner/delegation/BlinkPlannerFactory.java    |   1 +
 .../flink/table/planner/StreamPlannerFactory.java  |   1 +
 .../flink/table/functions/FunctionService.scala    | 160 ------------------
 .../table/functions/FunctionServiceTest.scala      | 125 --------------
 8 files changed, 372 insertions(+), 303 deletions(-)
 create mode 100644 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/FunctionService.java
 create mode 100644 
flink-table/flink-table-common/src/test/java/org/apache/flink/table/functions/FunctionServiceTest.java
 delete mode 100644 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/functions/FunctionService.scala
 delete mode 100644 
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/functions/FunctionServiceTest.scala

Reply via email to