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


##########
paimon-python/pypaimon/read/reader/concat_batch_reader.py:
##########
@@ -162,27 +162,56 @@ def __init__(
         self.field_offsets = field_offsets
         self.readers = readers
         self.schema = schema
+        self._buffers: List[Optional[Tuple[RecordBatch, int]]] = [None] * 
len(readers)

Review Comment:
   Why need to store offset? Just store `batch.slice`?



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