JingsongLi commented on code in PR #6274:
URL: https://github.com/apache/paimon/pull/6274#discussion_r2370862987


##########
paimon-python/pypaimon/read/table_scan.py:
##########
@@ -66,14 +65,28 @@ def __init__(self, table, predicate: Optional[Predicate], 
limit: Optional[int],
 
         self.idx_of_this_subtask = None
         self.number_of_para_subtasks = None
+        self.plan_start_row = None

Review Comment:
   Can you create a separate class for append table shard?



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