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

   ## Summary
   
   - Cache the resolved partition decode plan by spec ID while decoding REST 
scan tasks.
   - Reuse the plan across inline and fetched task envelopes in one remote scan.
   - Keep decoded partition values and maps independent for every file.
   - Add focused reuse tests and a decoder benchmark.
   
   ## Testing
   
   - go test ./... -count=1
   - go test -race ./catalog/rest -count=1
   - go vet ./catalog/rest
   - go test ./catalog/rest -run "^$" -bench "^BenchmarkDecodeScanTasks$" 
-benchmem -benchtime=300ms -count=3


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