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

   ## What changed
   
   Wrap blob reader failures from `BlobFileIO.Open` with the existing 
filesystem error adapter and retain the caller-provided path for preprocessing, 
validation, and backend failures.
   
   ## Why
   
   Backend errors were returned directly, contrary to the `IO.Open` contract. 
Missing objects did not consistently expose `fs.ErrNotExist` through a 
`*fs.PathError`, and preprocessing could replace the public path with an empty 
or internal value.
   
   ## Testing
   
   - `go test ./io/gocloud -run 
'TestBlobFileIOOpenMissingReturnsPathError|TestDefaultKeyExtractor'`
   - `go vet ./io/gocloud`


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