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

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


    from acab7e0  [hotfix][connector/kafka] Cleanup unused helper method in 
KafkaTestEnvironmentImpl
     add 8d9489d  [FLINK-25631][table] Support enhanced `show tables` syntax 
(#18361)

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/dev/table/sql/show.md         | 81 +++++++++++++++++++++-
 docs/content/docs/dev/table/sql/show.md            | 80 ++++++++++++++++++++-
 .../src/test/resources/sql/catalog_database.q      | 73 +++++++++++++++++++
 .../src/main/codegen/includes/parserImpls.ftl      | 28 +++++++-
 .../apache/flink/sql/parser/dql/SqlShowTables.java | 74 +++++++++++++++++++-
 .../flink/sql/parser/FlinkSqlParserImplTest.java   | 32 +++++++++
 .../apache/flink/table/api/TableEnvironment.java   | 11 +++
 .../table/api/internal/TableEnvironmentImpl.java   | 41 ++++++++++-
 .../table/operations/ShowTablesOperation.java      | 81 +++++++++++++++++++++-
 .../operations/SqlToOperationConverter.java        | 27 +++++++-
 .../operations/SqlToOperationConverterTest.java    | 29 ++++++++
 .../flink/table/api/TableEnvironmentTest.scala     | 46 ++++++++++++
 12 files changed, 592 insertions(+), 11 deletions(-)

Reply via email to