This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4f7cfee [compaction][config] Change default config policy to size_based (#4599) add a1f52ec [SQL] Support where, limit, order clause in show resourcestmt. (#4502) No new revisions were added by this update. Summary of changes: .../Data Definition/SHOW RESOURCES.md | 64 ++++++ .../Data Definition/SHOW RESOURCES.md | 26 +++ fe/fe-core/src/main/cup/sql_parser.cup | 4 +- .../apache/doris/analysis/ShowResourcesStmt.java | 230 ++++++++++++++++++++- .../java/org/apache/doris/catalog/ResourceMgr.java | 54 ++++- .../java/org/apache/doris/qe/ShowExecutor.java | 42 +++- ...oadStmtTest.java => ShowResourcesStmtTest.java} | 63 ++---- 7 files changed, 423 insertions(+), 60 deletions(-) create mode 100644 docs/en/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md copy fe/fe-core/src/test/java/org/apache/doris/analysis/{ShowLoadStmtTest.java => ShowResourcesStmtTest.java} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org