tanmayrauth opened a new pull request, #1162: URL: https://github.com/apache/iceberg-go/pull/1162
writerFactory.partitionLocProvider was passing only WriteDataPathKey to LoadLocationProvider, dropping write.object-storage.enabled and other table props. As a result, partitioned writes always fell back to the simple Hadoop-style layout, ignoring the object-storage entropy prefix. Store the table props on the factory and copy them when constructing partition props, overlaying only the partition-specific data path. Fixes: #1155 -- 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]
