This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from a7b42a7029 [Fix](Nereids) Fix exception message when can't bind slot. (#13048) add 287ff50a6f [Bug](datev2) Fix compatible error between datev2 and date (#13024) No new revisions were added by this update. Summary of changes: be/src/exprs/bloomfilter_predicate.h | 8 +- be/src/vec/exec/scan/vscan_node.cpp | 60 +--- be/src/vec/exec/scan/vscan_node.h | 3 +- be/src/vec/exec/volap_scan_node.cpp | 60 +--- be/src/vec/exec/volap_scan_node.h | 3 +- .../org/apache/doris/analysis/BinaryPredicate.java | 2 +- .../query_p0/join/test_runtimefilter_on_datev2.out | 353 +++++++++++++++++++++ .../join/test_runtimefilter_on_datev2.groovy | 218 +++++++++++++ 8 files changed, 594 insertions(+), 113 deletions(-) create mode 100644 regression-test/data/query_p0/join/test_runtimefilter_on_datev2.out create mode 100644 regression-test/suites/query_p0/join/test_runtimefilter_on_datev2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org