You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/19 04:16:36 UTC

[flink-table-store] branch master updated (d9b3eeef -> 4d36d8dc)

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

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


    from d9b3eeef [FLINK-28533] SchemaChange supports updateColumnNullability and updateColumnComment
     add 4d36d8dc [FLINK-28579] Supports predicate testing for new columns

No new revisions were added by this update.

Summary of changes:
 docs/content/docs/engines/spark.md                 |   6 -
 .../file/operation/AppendOnlyFileStoreScan.java    |   4 +-
 .../file/operation/KeyValueFileStoreScan.java      |   3 +-
 .../table/store/file/schema/SchemaChange.java      |   4 +
 .../table/store/file/stats/BinaryTableStats.java   |  11 +-
 .../file/stats/FieldStatsArraySerializer.java      |  42 ++++--
 ...{JsonSerializer.java => RecordReaderUtils.java} |  29 +++-
 .../table/store/table/SchemaEvolutionTest.java     | 147 +++++++++++++++++++++
 8 files changed, 217 insertions(+), 29 deletions(-)
 copy flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/{JsonSerializer.java => RecordReaderUtils.java} (52%)
 create mode 100644 flink-table-store-core/src/test/java/org/apache/flink/table/store/table/SchemaEvolutionTest.java