This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 99a984c2e23 [feat](nereids) enable_stats supports external table (#39079) add b24cbe294ae [fix](expr) Enhance SQL Expression Handling by Introducing printSqlInParens to CompoundPredicate (#39064) No new revisions were added by this update. Summary of changes: .../apache/doris/analysis/CompoundPredicate.java | 2 + .../doris/datasource/jdbc/source/JdbcScanNode.java | 34 +--------- .../doris/analysis/CancelExportStmtTest.java | 4 +- .../apache/doris/analysis/CancelLoadStmtTest.java | 4 +- .../org/apache/doris/analysis/SelectStmtTest.java | 28 ++++----- .../doris/analysis/ShowBuildIndexStmtTest.java | 8 +-- .../org/apache/doris/analysis/SqlModeTest.java | 2 +- .../org/apache/doris/planner/QueryPlanTest.java | 23 ++++--- .../java/org/apache/doris/policy/PolicyTest.java | 10 +-- .../org/apache/doris/qe/OlapQueryCacheTest.java | 18 +++--- .../ExtractCommonFactorsRuleFunctionTest.java | 6 +- .../get_assignment_compatible_type.out | 2 +- .../jdbc/test_clickhouse_jdbc_catalog.groovy | 2 +- .../explain/test_compoundpredicate_explain.groovy | 72 ++++++++++++++++++++++ 14 files changed, 128 insertions(+), 87 deletions(-) create mode 100644 regression-test/suites/query_p0/explain/test_compoundpredicate_explain.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org