-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Refactor](executor)Add information_schema.workload_groups #32195
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
Conversation
|
run buildall |
|
Thank you for your contribution to Apache Doris. |
TPC-H: Total hot run time: 38191 ms |
|
TeamCity be ut coverage result: |
| // tvf queries | ||
| if (request.getSchemaTableName() == TSchemaTableName.METADATA_TABLE) { | ||
| return MetadataGenerator.getMetadataTable(request); | ||
| } else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to else if (request.getSchemaTableName() == TSchemaTableName.INFORMATION_SCHEMA) {
} else {
throw new TException("xxxxx")
}
Then we could make sure if we add another ENUM, the logic will not be wrong.
|
run buildall |
299d79d to
8c091d0
Compare
|
run buildall |
TPC-H: Total hot run time: 38217 ms |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
xinyiZzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
Add information_schema.workload_groups.