Vallishp opened a new pull request, #43119: URL: https://github.com/apache/doris/pull/43119
### What problem does this PR solve? <!-- You need to clearly describe your PR in this part: 1. What problem was fixed (it's best to include specific error reporting information). How it was fixed. 2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be. 3. What features were added. Why this function was added. 4. Which codes were refactored and why this part of the code was refactored. 5. Which functions were optimized and what is the difference before and after the optimization. The description of the PR needs to enable reviewers to quickly and clearly understand the logic of the code modification. --> showPrivilegesCommand in nereids <!-- If there are related issues, please fill in the issue number. - If you want the issue to be closed after the PR is merged, please use "close #12345". Otherwise, use "ref #12345" --> Issue Number: close #42769 <!-- If this PR is followup a preivous PR, for example, fix the bug that introduced by a related PR, link the PR here --> Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test <!-- At least one of them must be included. --> - [ ] Regression test already covered - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No colde files have been changed. - [ ] Other reason <!-- Add your reason? --> test_show_privileges cover this case. 2024-11-01 15:56:37.330 INFO [script-thread-6] (SuiteContext.groovy:100) - packageName: account_p0/test_show_privileges.groovy 2024-11-01 15:56:37.330 INFO [script-thread-6] (SuiteContext.groovy:111) - scriptFileName: test_show_privileges.groovy 2024-11-01 15:56:37.331 INFO [script-thread-6] (SuiteContext.groovy:95) - flowName: account_p0.test_show_privileges.test_show_privileges, flowId: account_p0/test_show_privileges.groovy#test_show_privileges 2024-11-01 15:56:37.346 INFO [suite-thread-1] (ScriptContext.groovy:100) - Run test_show_privileges in /root/doris/workspace/doris/regression-test/suites/account_p0/test_show_privileges.groovy 2024-11-01 15:56:37.352 INFO [suite-thread-1] (Config.groovy:969) - Try to create db, sql: CREATE DATABASE IF NOT EXISTS regression_test_account_p0 2024-11-01 15:56:37.374 INFO [suite-thread-1] (Config.groovy:1022) - connect to jdbc:mysql://127.0.0.1:9030/regression_test_account_p0?useLocalSessionState=true&allowLoadLocalInfile=true&verifyServerCertificate=false&useSSL=true&requireSSL=false&enabledTLSProtocols=TLSv1.2&connectTimeout=5000&socketTimeout=1800000 2024-11-01 15:56:37.399 INFO [suite-thread-1] (Suite.groovy:384) - Execute sql: show privileges 2024-11-01 15:58:03.912 INFO [suite-thread-1] (ScriptContext.groovy:120) - Run test_show_privileges in /root/doris/workspace/doris/regression-test/suites/account_p0/test_show_privileges.groovy succeed - Behavior changed: - [ ] No. NO change - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> - Release note <!-- bugfix, feat, behavior changed need a release note --> <!-- Add one line release note for this PR. --> None ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org