rdblue edited a comment on pull request #2182: URL: https://github.com/apache/iceberg/pull/2182#issuecomment-773474731
@vvellanki, what I'm suggesting is to plan early and use the actual stats from the splits. You will need to do the planning at some point either way because you'll need to dispatch a task for each input split. As for the time taken to plan a scan with more columns, you should take a look at the table properties to control metrics that are kept in table metadata. The [metrics properties start with `write.metadata.metrics`](http://iceberg.apache.org/configuration/#write-properties). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
