XiaoHongbo-Hope commented on code in PR #7174:
URL: https://github.com/apache/paimon/pull/7174#discussion_r2753797301
##########
paimon-python/pypaimon/read/reader/concat_batch_reader.py:
##########
@@ -141,7 +141,13 @@ class DataEvolutionMergeReader(RecordBatchReader):
- The sixth field comes from batch1, and it is at offset 0 in batch1.
"""
- def __init__(self, row_offsets: List[int], field_offsets: List[int],
readers: List[Optional[RecordBatchReader]]):
+ def __init__(
+ self,
+ row_offsets: List[int],
+ field_offsets: List[int],
+ readers: List[Optional[RecordBatchReader]],
+ schema: Optional[pa.Schema] = None,
Review Comment:
> MergeAllBatchReader
Modified
--
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]