This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from d2c0087f6be [fix](parser) should not use selectHint in any place (#41260) add 98758e4d644 [Fix](nereids) fix create view with nullable column (#41234) add 6add3140098 [fix](block_rule) SQL block rule not working after FE restart (#41228) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/common/Config.java | 4 ++ .../org/apache/doris/blockrule/SqlBlockRule.java | 16 +++++--- .../apache/doris/blockrule/SqlBlockRuleMgr.java | 5 +++ .../trees/plans/commands/info/BaseViewInfo.java | 5 ++- .../doris/blockrule/SqlBlockRuleMgrTest.java | 25 ++++++++++++ .../data/correctness/test_view_varchar_length.out | 2 +- .../data/ddl_p0/test_create_view_nereids.out | 10 +++++ .../suites/ddl_p0/test_create_view_nereids.groovy | 47 ++++++++++++++++++++++ 8 files changed, 105 insertions(+), 9 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org