rajarshisarkar opened a new pull request #4324:
URL: https://github.com/apache/iceberg/pull/4324


   This change simplifies the validation in `BaseRewriteDataFilesSparkAction`. 
   
   The earlier validation was `!partialProgressEnabled || 
partialProgressEnabled && maxCommits > 0`. The right side of the OR condition 
is always evaluated when `partialProgressEnabled` is true. Hence, we need not 
to mention `partialProgressEnabled` explicitly on the right side of the OR 
condition.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to