leaves12138 commented on code in PR #8119:
URL: https://github.com/apache/paimon/pull/8119#discussion_r3354980499
##########
paimon-core/src/main/java/org/apache/paimon/operation/ManifestFileSorter.java:
##########
@@ -66,39 +66,52 @@ static class CompactionContext {
final boolean fullCompaction;
final RecordComparator fieldComparator;
final Set<FileEntry.Identifier> deleteEntries;
- final Map<ManifestFileMeta, Boolean> defaultCompactionMap;
+ final Map<ManifestFileMeta, Boolean> needsUnsortedCompaction;
Review Comment:
Comment what does the Boolean use for
--
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]