dhruv-pratap commented on PR #6069:
URL: https://github.com/apache/iceberg/pull/6069#issuecomment-1322841113

   > @dhruv-pratap, we've been working on the list lately and I think the 
remaining items are: (4) add `MetricsEvalVisitor` to prune by column stats, (5) 
add `ResidualEvalVisitor` to produce residuals (LOW priority), and (8) expose 
`plan_files` via the CLI.
   > 
   > For the last one, we may just want to add filters to the existing `files` 
command?
   
   @rdblue We discussed this more in 
[this](https://github.com/apache/iceberg/pull/6069#discussion_r1012044761) 
thread. We can extend `files` with three options:
   
   * `files --snapshot=all` - The current files behavior
   * `files --snapshot=current` - Files under the current snapshot
   * `files --snapshot=<snapshot_id>` - Files under the snapshot_id specified
   
   Adding `expression` option would be a bigger undertaking though, as it would 
require an expression parser. Not sure if we want to prioritize that at this 
point for the CLI. 
   


-- 
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

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

Reply via email to