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

   ## Summary
   
   - Fix `table.WithOptions` to copy the caller's map with `maps.Clone` so scan 
behavior no longer changes if the caller mutates options after scan creation.
   - Add regression test `TestScanWithOptionsAliasing` in `table/table_test.go` 
to verify scan behavior is isolated from later external map mutations.
   
   ## Testing
   - `go test ./table -run TestTable -count=1`
   


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