LadyForest opened a new pull request, #109: URL: https://github.com/apache/flink-table-store/pull/109
This config key controls the behavior for `ALTER TABLE ... COMPACT`. When `compact.rescale-bucket` is false, it indicates the compaction will rewrite data according to the bucket number, which is read from manifest meta, and the commit will only add/delete files; o.w. it suggests the compaction will read bucket number from catalog meta, and the commit will overwrite the whole partition directory. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
