You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/12 03:19:36 UTC

[GitHub] [flink-table-store] LadyForest commented on pull request #119: POC for ALTER TABLE ... COMPACT

LadyForest commented on PR #119:
URL: https://github.com/apache/flink-table-store/pull/119#issuecomment-1124489349

   As discussed, The JSON serilization of `PartitionedManifestMeta` skips (file size, row count, min/max seq number, key/value stats, nullable count, level) of `DataFileMeta` to simplify the json.
   
   Because for compaction situations, only the data file name and min/max key are needed to create the merge tree reader.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org