Nitin-Kashyap opened a new pull request, #28525: URL: https://github.com/apache/doris/pull/28525
## Proposed changes Taking the Idea further from PR #24853 (https://github.com/apache/doris/pull/24853) Column statistics already analyzed and available in HMS from spark, this PR proposes to reuse the analyzed stats from external source, when executed `WITH SQL` clause of analyze cooamd. Spark analyzes and stores the statistics in Table properties instead of HiveColumnStatistics. In this PR, we try to get the statistics from these properties and make it available to Doris. ## Further comments Histogram is also available from spark analyze: it can be captured for Doris usage. - As of now doris doesnot capture Histogram for HMS External table. -- 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]
