yihua commented on code in PR #12490:
URL: https://github.com/apache/hudi/pull/12490#discussion_r1924704987


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/clustering/run/strategy/MultipleSparkJobExecutionStrategy.java:
##########
@@ -575,7 +575,7 @@ public Iterator<InternalRow> call(ClusteringOperation 
clusteringOperation) throw
             getHoodieTable().getMetaClient(),
             getHoodieTable().getMetaClient().getTableConfig().getProps(),
             0,
-            Long.MAX_VALUE,
+            -1,

Review Comment:
   Added docs



-- 
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]

Reply via email to