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

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


    from a4eb67642a8 [FLINK-36929][table] Add SQL connector for keyed savepoint 
data
     new b88a6cac675 [FLINK-37222][Test] Introduce simple test submitting 
nexmark sql via sql client
     new ac4f5952d5d [FLINK-37222] Do not reuse views across TableEnvironments 
in SQL client

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/flink/table/client/SqlClientTest.java   |   8 ++
 .../src/test/resources/nexmark.sql                 | 116 +++++++++++++++++++++
 .../EnvironmentReusableInMemoryCatalog.java        |  68 ++++++++++++
 .../gateway/service/context/SessionContext.java    |   3 +-
 .../table/catalog/QueryOperationCatalogView.java   |   5 +
 5 files changed, 198 insertions(+), 2 deletions(-)
 create mode 100644 flink-table/flink-sql-client/src/test/resources/nexmark.sql
 create mode 100644 
flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/context/EnvironmentReusableInMemoryCatalog.java

Reply via email to