liurenjie1024 commented on issue #1047:
URL: https://github.com/apache/iceberg-rust/issues/1047#issuecomment-2713343172
Thanks @ZENOTME for raising this. I think what's missing is a `FileReader`
which accepts following arguements:
1. File path
2. File range
3. Expected schema
sdd commented on issue #1047:
URL: https://github.com/apache/iceberg-rust/issues/1047#issuecomment-2705918721
Seems like a reasonable idea to me. If my 5 open PRs for delete file read
support get reviewed and merged then implementing what you need would be pretty
trivial on top of them :-)
Xuanwo commented on issue #1047:
URL: https://github.com/apache/iceberg-rust/issues/1047#issuecomment-2705672170
Hi, I believe that's related to
https://github.com/apache/iceberg-rust/issues/1036
--
This is an automated message from the Apache Git Service.
To respond to the messag
ZENOTME commented on issue #1047:
URL: https://github.com/apache/iceberg-rust/issues/1047#issuecomment-2705657473
How do you think? cc @liurenjie1024 @Xuanwo @Fokko @sdd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
ZENOTME opened a new issue, #1047:
URL: https://github.com/apache/iceberg-rust/issues/1047
### Is your feature request related to a problem or challenge?
For now, our arrow reader accepts the FileScanTask and returns the
RecordBatchStream to the user. After #630, the reader can proces