mapleFU commented on PR #38390:
URL: https://github.com/apache/arrow/pull/38390#issuecomment-1810454550
@pitrou Should this better for adding it on
```
Status WriteColumnChunk(const std::shared_ptr<ChunkedArray>& data, int64_t
offset,
int64_t size) override {...}
Status WriteRecordBatch(const RecordBatch& batch) override;
```
I think other methods like `Init` and `schema()` is not so neccessary here?
--
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]