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/doris.git
from 000972ae17 [fix](executor) fix some npe about getting catalog and add some error info (#15155) add 1597afcd67 [fix](mutil-catalog) fix get many same name db/table when show where (#15076) No new revisions were added by this update. Summary of changes: be/src/exec/schema_scan_node.cpp | 4 ++ be/src/exec/schema_scanner.h | 4 +- .../exec/schema_scanner/schema_columns_scanner.cpp | 3 ++ .../exec/schema_scanner/schema_files_scanner.cpp | 3 ++ .../schema_scanner/schema_partitions_scanner.cpp | 3 ++ .../schema_scanner/schema_schemata_scanner.cpp | 3 ++ .../exec/schema_scanner/schema_tables_scanner.cpp | 3 ++ .../exec/schema_scanner/schema_views_scanner.cpp | 3 ++ be/src/vec/exec/vschema_scan_node.cpp | 4 ++ .../java/org/apache/doris/analysis/Analyzer.java | 8 +++- .../org/apache/doris/analysis/ShowColumnStmt.java | 2 +- .../java/org/apache/doris/analysis/ShowDbStmt.java | 6 ++- .../apache/doris/analysis/ShowTableStatusStmt.java | 3 +- .../org/apache/doris/analysis/ShowTableStmt.java | 3 +- .../apache/doris/analysis/ShowVariablesStmt.java | 2 +- .../org/apache/doris/planner/SchemaScanNode.java | 5 +++ .../apache/doris/service/FrontendServiceImpl.java | 8 +++- gensrc/thrift/FrontendService.thrift | 1 + gensrc/thrift/PlanNodes.thrift | 1 + .../test_in_expr.out => show/test_show_where.out} | 36 +++++------------- ...reate_catalog.groovy => test_show_where.groovy} | 43 ++++++++++++++++++++-- 21 files changed, 109 insertions(+), 39 deletions(-) copy regression-test/data/query_p0/{sql_functions/test_in_expr.out => show/test_show_where.out} (72%) copy regression-test/suites/query_p0/show/{test_show_create_catalog.groovy => test_show_where.groovy} (56%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org