This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch dev-1.0.1-v20220707
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 08a0042afc [tmpfix] rf
 discard 8190c78e53 [tmpfix] runtime filter and slot id
    omit 0150fabb7b [FIX] bottom line solution for vec outer join (#10645)
    omit 8c5e2b7328 fix_runtime_filter_outer_join (#10654)
    omit 7571c2bc8c [FIX] fix colocate join bug (#10651)
    omit e5a15b43b1 [refactor] if pending bytes exceeded, vtableSink wait until 
pending bytes consumed or task was cancelled (#10644)
     new 46efc851fd [hotfix](dev-1.0.1) if pending bytes exceeded, vtableSink 
wait until pending bytes consumed or task was cancelled (#10644)
     new 2895d248f4 [hotfix](dev-1.0.1) fix colocate join bug in vec engine 
after introducing output tuple (#10651)
     new 270daccfba [hotfix](dev-1.0.1) bottom line solution for vec outer join 
(#10645)
     new 199bb616c6 [fix][vectorized] Fix bug of VInPredicate on date type 
(#10663)
     new 62605a8f30 [hotfix](dev-1.0.1) Avoid VecNotImplementException for 
create view operation (#10676)
     new 644dec1bc5 [hotfix](dev-1.0.1) fix planner bug after introducing 
output tuple for join node
     new 300f5cdbeb [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent 
slot of outer join (#10669)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (08a0042afc)
            \
             N -- N -- N   refs/heads/dev-1.0.1-v20220707 (300f5cdbeb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exprs/create_predicate_function.h           | 25 ++++++++++----
 be/src/runtime/primitive_type.h                    | 16 +++++++++
 be/src/vec/functions/in.cpp                        |  8 ++---
 .../org/apache/doris/analysis/CreateViewStmt.java  | 18 +++++++---
 .../date/test_date_in_predicate.out}               |  6 +++-
 .../datatype/date/test_date_in_predicate.groovy    | 40 +++++++++++-----------
 6 files changed, 78 insertions(+), 35 deletions(-)
 copy regression-test/data/{correctness/test_bitmap_serialize.out => 
datatype/date/test_date_in_predicate.out} (54%)
 copy be/src/exprs/array_functions.h => 
regression-test/suites/datatype/date/test_date_in_predicate.groovy (54%)


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

Reply via email to