Closed sundy-li closed 4 weeks ago
Failure in CI should be fixed by https://github.com/apache/iceberg-rust/pull/678
This looks good to me, thanks! I'm assuming that the reason why someone would want to perform a scan with an empty projection is to get a row count?
This looks good to me, thanks! I'm assuming that the reason why someone would want to perform a scan with an empty projection is to get a row count?
As I described in the issue, select count(0) from t
would use empty scan (just need the read the metadata from parquet).
Seems related opendal's new release, I will get it fixed.
@Xuanwo I've got a fix for that build issue here: https://github.com/apache/iceberg-rust/pull/680
Thank you @sundy-li for this work, also thanks @liurenjie1024's review and @sdd for fixing CI, we are fine to merge now.
closes #676