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

   ## Summary
   
   - centralize wrapped filesystem filename preprocessing and root normalization
   - apply the same transformation to `Open`, `ReadFile`, and `Remove`
   - verify all operations address the identical underlying filename
   
   ## Why
   
   `FSPreProcName` promised to preprocess filenames before forwarding them, but 
`Remove` bypassed the configured function. The wrapper could consequently read 
one transformed path and attempt to delete a different original URI or absolute 
path.
   
   ## Testing
   
   - filename transformation regression repeated 20 times
   - `go test ./io`
   - `go vet ./io`


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