fallintoplace opened a new pull request, #1958: URL: https://github.com/apache/iceberg-go/pull/1958
## Summary\n\n- **Reuse** resolved partition field metadata when formatting paths in fanout and clustered writers.\n- **Keep** public PartitionToPath behavior unchanged.\n- **Add** parity coverage and a paired benchmark.\n\n## Benchmark\n\nOn Apple M1 Pro, 64 fields improved from about **7.3 us / 9.62 KB / 67 allocs** to **2.8 us / 3.10 KB / 66 allocs** per path.\n\n## Tests\n\n- go test -count=1 -skip '^TestCreateAzureBucketManagedIdentityCredentialCalled$' ./...\n- go test -race -count=1 . ./table\n- go run github.com/golangci/golangci-lint/v2/cmd/[email protected] run --timeout=10m -- 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]
