You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/25 03:00:33 UTC

[GitHub] [incubator-kyuubi] yaooqinn opened a new issue, #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

yaooqinn opened a new issue, #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What would you like to be improved?
   
   FilteredShowDatabasesCommand filters the results from ShowDatabasesCommand and leaves those only with permissions
   
   
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: notifications-unsubscribe@kyuubi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn closed issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
yaooqinn closed issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module
URL: https://github.com/apache/incubator-kyuubi/issues/2473


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] MLikeWater commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
MLikeWater commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1120098343

   @yaooqinn @zhaomin1423 https://github.com/apache/incubator-kyuubi/pull/2580 Please help to check it, thanks.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] zhaomin1423 commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
zhaomin1423 commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1119530724

   ShowDatabasesCommand have been deleted in Spark3, how to do it? @yaooqinn 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1110537575

   thanks @zhaomin1423 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] zhaomin1423 commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
zhaomin1423 commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1109151174

   I am interested in it.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] MLikeWater commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
MLikeWater commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1120081781

   @yaooqinn We can use ShowNamespaces, I have completed this feature and passed the test. I will submit the PR later.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on issue #2473: [Improvement] Add FilteredShowDatabasesCommand to AuthZ module

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #2473:
URL: https://github.com/apache/incubator-kyuubi/issues/2473#issuecomment-1119533793

   we support it


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org