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

   Fixes #1273.
   
   ## Summary
   
   Drops the redundant pre-`Stat` call from Hadoop catalog `DropNamespace` and 
relies on `WalkDir` to surface missing namespace paths. The root `WalkDir` 
entry still preserves the existing behavior for a file at the namespace path by 
returning `ErrNoSuchNamespace`.
   
   ## Testing
   
   - `go test ./catalog/hadoop`
   - `go test ./...`
   - `git diff --check`


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