danielcweeks commented on pull request #3959: URL: https://github.com/apache/iceberg/pull/3959#issuecomment-1030399188
> @danielcweeks When we discussed this were you thinking about no metrics for tables with more than 100 columns? or no metrics for anything other than the first 100 columns. > > Obviously in both cases we keep sort column metrics by default @RussellSpitzer I would think it would be either all or nothing. I'm not sure we can speculate that the first 100 columns are somehow more meaningful than those that follow (though I guess you could make that argument). For now it seems like just taking a simple approach would be better. There are some edge cases like what happens in the event that someone is incrementally adding columns and it crosses that threshold, but I wouldn't worry about it too much at this point. -- 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]
