wangbo opened a new pull request, #33729: URL: https://github.com/apache/doris/pull/33729
## Proposed changes Add workload schedule policy table to instead of TVF workload_schedule_policy(); ``` mysql [information_schema]>desc workload_schedule_policy; +-----------+--------------+------+-------+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------+--------------+------+-------+---------+-------+ | ID | BIGINT | Yes | false | NULL | | | NAME | VARCHAR(256) | Yes | false | NULL | | | CONDITION | TEXT | Yes | false | NULL | | | ACTION | TEXT | Yes | false | NULL | | | PRIORITY | INT | Yes | false | NULL | | | ENABLED | BOOLEAN | Yes | false | NULL | | | VERSION | INT | Yes | false | NULL | | +-----------+--------------+------+-------+---------+-------+ 7 rows in set (0.00 sec) ``` -- 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