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

   ## Summary
   - Remove the unreachable LocalFS/blob fallback from orphan cleanup 
`walkDirectory`
   - Return an explicit error if a future IO implementation does not implement 
`ListableIO`
   - Add a regression test for that defensive error
   
   Fixes #1276.
   
   ## Tests
   - `go test ./table -run TestWalkDirectoryRequiresListableIO -count=1`
   
   I also tried the broader orphan-cleanup subset on Windows; it currently 
fails in existing path-normalization tests that expect S3 URL paths with `/` 
while Windows produces escaped backslashes (`%5C`).
   


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