xixipi-lining opened a new pull request, #550:
URL: https://github.com/apache/iceberg-go/pull/550

   Implements hash-based data file path generation for object stores, following 
[Java](https://github.com/apache/iceberg/blob/5d5e0a3559946a94be2979f3ff9a09f3b8e67f19/core/src/main/java/org/apache/iceberg/LocationProviders.java#L128)/[Python](https://github.com/apache/iceberg-python/blob/4f02298ee7506470e3485a47eec7ffdc72f71bfc/pyiceberg/table/locations.py#L116)
 implementations.
   
   Note: Partition keys are not considered as parameters since 
`PartitionSpec.PartitionToPath()` handles this, and partitioned table writes 
are not yet supported.


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