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

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


    from 90508a00bb3 [FLINK-35687] JSON_QUERY should return a well formatted 
nested objects/arrays for ARRAY<STRING> (#24976)
     new e9eabb16f2c Revert "[FLINK-35189][connectors/filesystem] Modify the 
visibility of filesystem connector related methods to protected"
     new fc6f288d1bc [FLINK-35691][testutils] Optimize test-filesystem logic to 
support streaming and batch read
     new 5617d62c98f [FLINK-35691][table] Fix partition.fields.#.date-formatter 
option verify logic
     new 24040de22af [FLINK-35691][table] Fix unexpected behavior of repeated 
suspend and resume materialized table
     new 132d2fe24f1 [FLINK-35691][table] Fix drop table statement can drop 
materialized table
     new 27287a105f6 [FLINK-35691][table] Fix cluster info displayed 
incorrectly on SqlClient when RowFormat is PLAIN_TEXT

The 6 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:
 .../connector/file/src/AbstractFileSource.java     |  11 +-
 .../file/table/FileSystemTableSource.java          |   4 +-
 .../MaterializedTableManager.java                  |  63 +++++-
 .../service/MaterializedTableStatementITCase.java  | 229 ++++++++++++++++++++-
 .../table/api/internal/StaticResultProvider.java   |  18 ++
 .../apache/flink/table/catalog/CatalogManager.java |  30 ++-
 .../DropMaterializedTableOperation.java            |  27 ++-
 .../SqlCreateMaterializedTableConverter.java       |  49 ++++-
 ...erializedTableNodeToOperationConverterTest.java |  68 ++++++
 .../flink/connector/file/src/TestFileSource.java   | 190 -----------------
 .../file/table/TestFileSystemTableSource.java      |  88 --------
 .../file/testutils/TestFileSystemTableFactory.java |  13 +-
 .../testutils/TestFileSystemTableFactoryTest.java  |  14 +-
 13 files changed, 487 insertions(+), 317 deletions(-)
 delete mode 100644 
flink-test-utils-parent/flink-table-filesystem-test-utils/src/main/java/org/apache/flink/connector/file/src/TestFileSource.java
 delete mode 100644 
flink-test-utils-parent/flink-table-filesystem-test-utils/src/main/java/org/apache/flink/connector/file/table/TestFileSystemTableSource.java

Reply via email to