This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 9e49bdf012f [Audit](fix) fix audit log lost for npe (#44145) add 90cbfc5a4e4 [Enhancement] (nereids)implement showDataSkewCommand in nereids #42755 (#44704) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../org/apache/doris/catalog/MetadataViewer.java | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 8 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + ...butionCommand.java => ShowDataSkewCommand.java} | 67 +++++++++------------- .../trees/plans/visitor/CommandVisitor.java | 5 ++ .../show/test_nereids_show_data_skew.groovy} | 23 ++++++-- 7 files changed, 62 insertions(+), 46 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowReplicaDistributionCommand.java => ShowDataSkewCommand.java} (60%) copy regression-test/suites/{show_p0/test_show_data_skew.groovy => nereids_p0/show/test_nereids_show_data_skew.groovy} (56%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org