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

   ## What changed
   
   Hive table and view listing now skips only objects that disappear between 
`GetTables` and `GetTable`. Other metastore errors are returned through the 
iterator and stop the listing.
   
   ## Why
   
   Previously every `GetTable` error was ignored. Connection, authorization, 
cancellation, and other operational failures therefore looked like successful 
but incomplete listings.
   
   Regression coverage verifies both concurrent deletion and operational 
failure behavior for tables and views.
   
   ## Testing
   
   - `go test ./catalog/hive`
   - `go vet ./catalog/hive`


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