Description
ANALYZE TABLE table COMPUTE STATISTICS invoked for a partition table produces totalSize = 0.
AnalyzeTableCommand fetches table-level storage URI and calculated total size of files in the corresponding directory recursively. However, for partitioned tables, each partition has its own storage URI which may not be a subdirectory of the table-level storage URI.