XiaoHongbo-Hope commented on code in PR #6944:
URL: https://github.com/apache/paimon/pull/6944#discussion_r2659287564


##########
paimon-python/pypaimon/read/scanner/full_starting_scanner.py:
##########
@@ -555,7 +579,14 @@ def sort_key(manifest_entry: ManifestEntry) -> tuple:
         for entry in sorted_entries:
             partitioned_files[(tuple(entry.partition.values), 
entry.bucket)].append(entry)
 
-        if self.idx_of_this_subtask is not None:
+        
print("self.start_row_of_this_subtask:{}".format(self.start_row_of_this_subtask))
+        if self.start_row_of_this_subtask is not None:

Review Comment:
   logger may be better



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