yuzelin commented on code in PR #1434:
URL: https://github.com/apache/incubator-paimon/pull/1434#discussion_r1241810648


##########
paimon-core/src/main/java/org/apache/paimon/table/TableUtils.java:
##########
@@ -40,10 +40,11 @@ public class TableUtils {
      *
      * <p>NOTE: This method is only suitable for deletion of small amount of 
data.
      */
-    public static void deleteWhere(Table table, List<Predicate> filters) {
+    public static long deleteWhere(Table table, List<Predicate> filters) {

Review Comment:
   Add `@return`.



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