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

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


    from 5512299630e [FLINK-37021][state/forst] Fix incorrect paths when 
reusing and creating files. (#26106)
     new 0714e670e63 [FLINK-37222][Test] Introduce simple test submitting 
nexmark sql via sql client
     new 12493ead11f [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