zhongyujiang commented on code in PR #9195:
URL: https://github.com/apache/paimon/pull/9195#discussion_r3793548618
##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/SparkProcedures.java:
##########
@@ -124,6 +125,7 @@ private static Map<String, Supplier<ProcedureBuilder>>
initProcedureBuilders() {
procedureBuilders.put("reset_consumer",
ResetConsumerProcedure::builder);
procedureBuilders.put("mark_partition_done",
MarkPartitionDoneProcedure::builder);
procedureBuilders.put("compact_manifest",
CompactManifestProcedure::builder);
+ procedureBuilders.put("rewrite_manifest",
RewriteManifestProcedure::builder);
Review Comment:
Added `rewrite_manifest` instead of reusing the old `compact_manifest`,
since this operation does not necessarily produce a compaction.
--
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]