JingsongLi commented on code in PR #3403:
URL: https://github.com/apache/paimon/pull/3403#discussion_r1625470307
##########
paimon-flink/paimon-flink-1.18/src/main/java/org/apache/paimon/flink/procedure/CompactProcedure.java:
##########
@@ -56,7 +56,7 @@ public String[] call(ProcedureContext procedureContext,
String tableId) throws E
public String[] call(ProcedureContext procedureContext, String tableId,
String partitions)
throws Exception {
- return call(procedureContext, tableId, partitions, "", "", "");
+ return call(procedureContext, tableId, partitions, "", "", "", "");
Review Comment:
Do not modify 1.18, This will result in API incompatibility
--
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]