JingsongLi commented on code in PR #9802:
URL: https://github.com/apache/paimon/pull/9802#discussion_r4002569115
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/procedure/CompactManifestProcedure.java:
##########
@@ -59,6 +59,10 @@ public String identifier() {
@ArgumentHint(
name = "manifest_sort_max_rewrite_size",
type = @DataTypeHint("STRING"),
+ isOptional = true),
+ @ArgumentHint(
+ name = "manifest_sort_order",
Review Comment:
Why we need to add this? We should just respect options in the table.
--
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]