plusplusjiajia commented on code in PR #8136:
URL: https://github.com/apache/paimon/pull/8136#discussion_r3552656158


##########
paimon-python/pypaimon/write/table_update.py:
##########
@@ -245,7 +245,9 @@ def _update_by_predicate(
         else:
             read_builder.with_projection([SpecialFields.ROW_ID.name])
 
-        splits = read_builder.new_scan().plan().splits()
+        scan = read_builder.new_scan()
+        scan._enable_auth = False

Review Comment:
   @JingsongLi Sounds good — just assert both the row filter and column masking 
are empty.



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