fallintoplace opened a new pull request, #1805:
URL: https://github.com/apache/iceberg-go/pull/1805

   ## Summary
   
   - Build a per-operation index for mapped field names.
   - Reuse it for nested, list, and map lookups.
   - Keep the existing first-match alias behavior.
   - Add a regression test and a wide-schema benchmark.
   
   ## Benchmark
   
   On an Apple M1 Pro with a 256-field schema:
   
   - Before: about 0.90 ms/op, 2.16 MB/op, 32,921 allocs/op
   - After: about 37 us/op, 68 KB/op, 31 allocs/op
   
   ## Checks
   
   - `go test ./...` packages excluding the cloud metadata-dependent package
   - `go vet ./...`
   - `golangci-lint run --timeout=10m`
   - `go test -race .`
   - `go test -race ./table/internal`
   


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