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 68142e5 [FLINK-16943][python] Support to set the configuration option "pipeline.jars" in PyFlink (#11768) add 60bfc14 [FLINK-17206][table] refactor function catalog to support delayed UDF initialization. No new revisions were added by this update. Summary of changes: .../table/api/internal/TableEnvironmentImpl.java | 92 +------- .../flink/table/catalog/FunctionCatalog.java | 253 +++++++++++++-------- .../flink/table/catalog/FunctionCatalogTest.java | 216 ++++++++++++++++++ .../flink/table/api/internal/TableEnvImpl.scala | 83 +------ 4 files changed, 397 insertions(+), 247 deletions(-)