Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.10.0
-
None
-
None
Description
When executing query on a partitioned table it becomes necessary to combine the statistics from different partitions to know about the combined data distribution. For eg., consider a table with 5 partitions P0 to P4 and a query that scans partitions p0, p2 and p4. It becomes necessary to combine the statistics from the individual partitions to obtain the statistical properties of the combined data from the partitions. This JIRA covers the task of a) implementing logic to roll up statistics from specific partitions and b) providing an API to retrieve the combined statistics