PiyushHurpadeDremio opened a new pull request #2182:
URL: https://github.com/apache/iceberg/pull/2182


   This PR is contains implementation PartitionStatsFile. issue : #1833
    
   Within each snapshot we will have "partition-stats-files" map which points 
to partition stats file location for each partition spec in this snapshot.
   Schema of partitionstatsfile :
   1. partition: This is a list of values for each partition column. 
PartitionData tuple based on partition specification.
   2. file_count (int): Number of data files in this partition
   3. row_count(long): Number of rows in table in this partition
   See TestPartitionStatsMap.java which tests possible scenarios


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to