You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/05/29 08:21:05 UTC

[incubator-doris] branch master updated (1aeb16d153 -> e231273ddf)

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 1aeb16d153 [improvement](load) reduce useless err_msg format in VOlapTableSink send (#9531)
     add e231273ddf [fix](sql-block-rule) sql block rule NPE (#9778)

No new revisions were added by this update.

Summary of changes:
 .../Create/CREATE-SQL-BLOCK-RULE.md                |   4 +-
 .../Create/CREATE-SQL-BLOCK-RULE.md                |   7 +-
 .../org/apache/doris/blockrule/SqlBlockRule.java   |  37 +-
 .../apache/doris/blockrule/SqlBlockRuleMgr.java    |  86 +++--
 .../java/org/apache/doris/qe/StmtExecutor.java     |   7 +-
 .../doris/blockrule/SqlBlockRuleMgrTest.java       | 422 ++++++++-------------
 .../apache/doris/utframe/TestWithFeService.java    |  71 ++--
 .../test_sql_block_rule.out}                       |   2 +-
 .../sql_block_rule/test_sql_block_rule.groovy      |  63 +++
 9 files changed, 365 insertions(+), 334 deletions(-)
 copy regression-test/data/{query/explain/test_pushdown_explain.out => sql_block_rule/test_sql_block_rule.out} (73%)
 create mode 100644 regression-test/suites/sql_block_rule/test_sql_block_rule.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org