sundapeng opened a new pull request, #9501:
URL: https://github.com/apache/paimon/pull/9501

   ### Purpose
   
   `ANALYZE TABLE ... PARTITION` stores statistics for catalog-managed Format 
Table partitions, but `SHOW TABLE EXTENDED ... PARTITION` did not expose them 
because partition metadata loading only handled native Paimon tables.
   
   Load the exact Format Table partition from its partition manager and return 
the same four statistics fields used for native Paimon partitions. Format 
Tables without catalog-managed partitions keep the previous empty-metadata 
behavior.
   
   ### Tests
   
   - Added `CatalogManagedPartitionAnalyzeTest` coverage for `SHOW TABLE 
EXTENDED` after `ANALYZE`, including exact record count, file count, file size, 
and last file creation time.
   - Passed 42 Spark 3.5.5 partition-management and statistics tests.
   - Passed Spotless checks for the changed Spark modules.
   - Passed the full 75-module `clean install -DskipTests -Pspark3,flink1` 
reactor build.
   


-- 
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]

Reply via email to