This is an automated email from the ASF dual-hosted git repository. lide pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from cb7e8bf1aa6 [fix](simd-json-reader) fix SIMD json reader lose data and support stream parser (#35781) add c6622ea16aa [Improvement](coldheat) add statment to show objects which use storage policy (#35741) No new revisions were added by this update. Summary of changes: fe/fe-core/src/main/cup/sql_parser.cup | 8 + ...etStmt.java => ShowStoragePolicyUsingStmt.java} | 50 ++++--- .../java/org/apache/doris/policy/PolicyMgr.java | 106 +++++++++++++ .../java/org/apache/doris/qe/ShowExecutor.java | 8 + .../test_show_storage_policy_using.groovy | 164 +++++++++++++++++++++ 5 files changed, 312 insertions(+), 24 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/analysis/{DiagnoseTabletStmt.java => ShowStoragePolicyUsingStmt.java} (62%) create mode 100644 regression-test/suites/cold_heat_separation_p2/test_show_storage_policy_using.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org