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/28 02:30:17 UTC

[flink-table-store] branch release-0.2 updated (e410f4ff -> ceab29fd)

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

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


    from e410f4ff [FLINK-28705] Update copyright year to 2014-2022 in NOTICE files
     add ceab29fd [FLINK-28717] Add null checking for all field getters

No new revisions were added by this update.

Summary of changes:
 .../store/utils/RowDataToObjectArrayConverter.java |   5 +-
 .../flink/table/store/utils/RowDataUtils.java      |  15 +
 .../apache/flink/table/store/file/KeyValue.java    |   4 +-
 .../file/stats/FieldStatsArraySerializer.java      |   6 +-
 .../store/file/utils/RowDataPartitionComputer.java |   6 +-
 .../table/ChangelogWithKeyFileStoreTable.java      |   4 +-
 .../TableStoreRowDataObjectInspector.java          |   3 +-
 .../hive/TableStoreHiveStorageHandlerITCase.java   | 486 +++++++++++++++++----
 .../store/kafka/KafkaLogDeserializationSchema.java |   3 +-
 9 files changed, 432 insertions(+), 100 deletions(-)