discivigour commented on code in PR #8502:
URL: https://github.com/apache/paimon/pull/8502#discussion_r3549553921


##########
paimon-python/pypaimon/read/reader/concat_batch_reader.py:
##########
@@ -253,28 +272,38 @@ def __init__(self, file_reader_suppliers: 
List[Tuple[DataFileMeta, Callable]],
         else:
             self._deletion_vector_range, self._deletion_vector = 
deletion_vector
         self._returned = False
-        self._readers: List[RecordBatchReader] = []
+        self._batch_size = max(1, batch_size)
+        # TODO: This path still materializes all target row ids and per-file

Review Comment:
   OK, I will do it.



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