You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by bl...@apache.org on 2019/11/08 23:13:42 UTC

[flink] branch master updated (2125ea2 -> 501f640)

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

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


    from 2125ea2  [FLINK-14611][runtime] Move allVerticesInSameSlotSharingGroupByDefault setting from ExecutionConfig to StreamGraph
     add 501f640  [FLINK-14579][sql cli] enable SQL CLI to configure modules via yaml config

No new revisions were added by this update.

Summary of changes:
 .../flink-sql-client/conf/sql-client-defaults.yaml |  9 ++++
 .../flink/table/client/config/Environment.java     | 34 +++++++++++++++
 .../{CatalogEntry.java => ModuleEntry.java}        | 26 +++++------
 .../client/gateway/local/ExecutionContext.java     | 23 ++++++++++
 .../table/client/gateway/local/DependencyTest.java | 36 +++++++++++++++
 .../client/gateway/local/EnvironmentTest.java      | 21 +++++++++
 .../client/gateway/local/ExecutionContextTest.java | 28 ++++++++++++
 .../org.apache.flink.table.factories.TableFactory  |  1 +
 ...t-factory.yaml => test-sql-client-modules.yaml} | 51 ++++++++++------------
 9 files changed, 186 insertions(+), 43 deletions(-)
 copy flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/entries/{CatalogEntry.java => ModuleEntry.java} (61%)
 copy flink-table/flink-sql-client/src/test/resources/{test-sql-client-factory.yaml => test-sql-client-modules.yaml} (64%)