-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](auth)support check priv when tvf use resource #36928
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
TPC-H: Total hot run time: 40271 ms
|
TPC-DS: Total hot run time: 172579 ms
|
ClickBench: Total hot run time: 30.42 s
|
run buildall |
TPC-H: Total hot run time: 39494 ms
|
TPC-DS: Total hot run time: 174244 ms
|
ClickBench: Total hot run time: 30.64 s
|
run buildall |
TPC-H: Total hot run time: 39817 ms
|
TPC-DS: Total hot run time: 170051 ms
|
ClickBench: Total hot run time: 30.28 s
|
run buildall |
TPC-H: Total hot run time: 40444 ms
|
TPC-DS: Total hot run time: 175626 ms
|
ClickBench: Total hot run time: 30.25 s
|
run buildall |
TPC-H: Total hot run time: 39830 ms
|
TPC-DS: Total hot run time: 174902 ms
|
ClickBench: Total hot run time: 30.7 s
|
PR approved by at least one committer and no changes requested. |
current, follow sql not check priv, we need check `usage priv` of `test_resource` ``` SELECT * FROM S3 ( "uri" = "xxx", "format" = "orc", "resource" = "test_resource", "use_path_style" = "true" ); ````
current, follow sql not check priv, we need check `usage priv` of `test_resource` ``` SELECT * FROM S3 ( "uri" = "xxx", "format" = "orc", "resource" = "test_resource", "use_path_style" = "true" ); ````
current, follow sql not check priv, we need check
usage priv
oftest_resource