[Refactor](executor)Add information_schema.workload_groups#32195
[Refactor](executor)Add information_schema.workload_groups#32195yiguolei merged 2 commits intoapache:masterfrom
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.
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. |
Proposed changes
Add information_schema.workload_groups.