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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org