geyanggang commented on PR #12482:
URL: https://github.com/apache/gravitino/pull/12482#issuecomment-5351050647

   OK.  `getTable()` looks correct now. One thing missed: 
`BaseCatalog.tableExists()` still has the old catch (ForbiddenException e) → 
`return false` workaround. With the server-side fix, 403 means the table 
actually exists but the user lacks permission — returning false is wrong here. 
Should throw CatalogException(e) as well.


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

Reply via email to