stevenzwu commented on PR #10331: URL: https://github.com/apache/iceberg/pull/10331#issuecomment-2109051590
Moved `DataStatistics` away from generic and use a type to distinguish btw Map and Sketch statistics. One main reason is to support auto migration/promotion of Map stats to Sketch if the cardinality is detected to be high. Default statistics type should be `Auto`. but if auto didn't work well in some cases, users can set the type to `Map` or `Sketch` explicitly. -- 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