jqin61 opened a new pull request, #521:
URL: https://github.com/apache/iceberg-python/pull/521

   Changes include:
   
   - add write.summary.partition-limit to table properties
   - add changed-partition-count to snapshot summary
   - add partition stats. these are key value pairs whose key is like 
partitiion.<partition_key> and whose value is like a nested mini-summary string 
concatenated by ','.
   For example: 
   ```'partitions.int_field=1': 
'added-files-size=1234,removed-files-size=1234,added-data-files=1,deleted-data-files=1,added-records=100,deleted-records=100'```


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


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

Reply via email to