Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ private Result rebuildMetadata() {
Map<String, Long> rewrittenDeleteFileSizes = rewritePositionDeletes(deleteFilesToRewrite);

// rebuild manifest files
// The size map holds one entry per distinct rewritten delete-file location. It is collected to
// the driver and broadcast to the manifest-rewrite tasks, so its footprint scales with the
// number of distinct delete files being rewritten rather than the table's total file count.
RewriteContentFileResult rewriteManifestResult =
rewriteManifests(
deltaSnapshots,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ private Result rebuildMetadata() {
Map<String, Long> rewrittenDeleteFileSizes = rewritePositionDeletes(deleteFilesToRewrite);

// rebuild manifest files
// The size map holds one entry per distinct rewritten delete-file location. It is collected to
// the driver and broadcast to the manifest-rewrite tasks, so its footprint scales with the
// number of distinct delete files being rewritten rather than the table's total file count.
RewriteContentFileResult rewriteManifestResult =
rewriteManifests(
deltaSnapshots,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ private Result rebuildMetadata() {
Map<String, Long> rewrittenDeleteFileSizes = rewritePositionDeletes(deleteFilesToRewrite);

// rebuild manifest files
// The size map holds one entry per distinct rewritten delete-file location. It is collected to
// the driver and broadcast to the manifest-rewrite tasks, so its footprint scales with the
// number of distinct delete files being rewritten rather than the table's total file count.
RewriteContentFileResult rewriteManifestResult =
rewriteManifests(
deltaSnapshots,
Expand Down