liurenjie1024 closed issue #676: bug: TableScanBuilder should take care of
empty projections
URL: https://github.com/apache/iceberg-rust/issues/676
--
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 t
sundy-li commented on issue #676:
URL: https://github.com/apache/iceberg-rust/issues/676#issuecomment-2426037360
/assign me
--
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.
Xuanwo commented on issue #676:
URL: https://github.com/apache/iceberg-rust/issues/676#issuecomment-2426042910
Thank you @sundy-li for working on this!
--
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 g
sundy-li opened a new issue, #676:
URL: https://github.com/apache/iceberg-rust/issues/676
For query `select count() from table`, the project is empty, so table should
not scan any columns and return an RecordBatch with empty arrays and the true
row count.
Yet it scans all columns.