*Hive 0.12:* After insert SQL: Partition default.mytablepar{id=111} stats: [num_files: 1, num_rows: 0, total_size: 4, raw_data_size: 0] Table default.mytablepar stats: [num_partitions: 1, num_files: 1, num_rows: 0, total_size: 4, raw_data_size: 0]
*Hive 0.13:* After insert SQL: Partition default.mytablepar{id=111} stats: [numFiles=2, numRows=1, totalSize=9, rawDataSize=3] What is the rational beind the change? And how can we enable that table level stats shown after insert? Thanks. -- Thanks, www.openkb.info (Open KnowledgeBase for Hadoop/Database/OS/Network/Tool)