jarredhj0214 commented on PR #12482: URL: https://github.com/apache/gravitino/pull/12482#issuecomment-5350113962
I updated the PR to add a new `PROBE_TABLE_LIKE` privilege on the server side and use it in the `loadTable` authorization expression. With this change, when normal `loadTable` authorization fails, users with table-like probe permission can still let non-existent tables return 404 for Flink Calcite fallback, while existing tables without table privileges continue to return 403. I also added the privilege to the access-control docs and OpenAPI enum. The previous connector-side change has been removed. @roryqi @geyanggang -- 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]
