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.
```
/// Select all columns.
pub fn select_all(mut self) -> Self {
self.column_names.clear();
self
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]