Code of Conduct
Search before asking
Describe the bug
Ordinary users do not have permission to a certain table. Under normal circumstances, executing the following SQL will result in an error:
select *from test.
However, if the following SQL is executed, it can be executed successfully. The permission is not controlled:
select count(1) from test;
select *from test where id="222"
Affects Version(s)
1.9.0
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
No response
Are you willing to submit PR?