This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
from 85ae4896 [hotfix] Remove incorrect check in FullChangelogStoreSinkWrite
new 61484f9e [FLINK-30545] Add check of 'NOT NULL' for 'ADD COLUMN' schema
change
new 32de0c4d [FLINK-30545] Merge isNullable into logicalType in
SchemaChange.addColumn
new eeb09ca1 [FLINK-30522] Fix 'SHOW TBLPROPERTIES' can't read properties
of table in Spark3
The 3 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:
.../org/apache/flink/table/store/CoreOptions.java | 4 ++
.../table/store/file/schema/SchemaChange.java | 21 +++-----
.../table/store/file/schema/SchemaManager.java | 3 ++
.../table/store/file/schema/SchemaManagerTest.java | 20 ++++---
.../table/store/table/SchemaEvolutionTest.java | 10 ++++
.../flink/table/store/spark/SparkCatalog.java | 3 +-
.../apache/flink/table/store/spark/SparkTable.java | 12 +++++
.../flink/table/store/spark/SparkReadITCase.java | 18 +++++++
.../store/spark/SparkSchemaEvolutionITCase.java | 63 +++++++++++++++++++++-
9 files changed, 128 insertions(+), 26 deletions(-)