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/07/08 03:22:26 UTC

[doris] branch dev-1.0.1 updated (bc878c81b1 -> 300f5cdbeb)

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

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


 discard bc878c81b1 [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent slot of outer join (#10669)
 discard dd27acc22a [hotfix](dev-1.0.1) Fix bug of VInPredicate on date type (#10687)
    omit d56a32944b [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation (#10676)
    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)
     add 46efc851fd [hotfix](dev-1.0.1) if pending bytes exceeded, vtableSink wait until pending bytes consumed or task was cancelled (#10644)
     add 2895d248f4 [hotfix](dev-1.0.1) fix colocate join bug in vec engine after introducing output tuple (#10651)
     add 270daccfba [hotfix](dev-1.0.1) bottom line solution for vec outer join (#10645)
     add 199bb616c6 [fix][vectorized] Fix bug of VInPredicate on date type (#10663)
     add 62605a8f30 [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation (#10676)
     add 644dec1bc5 [hotfix](dev-1.0.1) fix planner bug after introducing output tuple for join node
     add 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   (bc878c81b1)
            \
             N -- N -- N   refs/heads/dev-1.0.1 (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.

No new revisions were added by this update.

Summary of changes:
 .../date/test_date_in_predicate.out}               |  6 +++-
 .../datatype/date/test_date_in_predicate.groovy    | 40 +++++++++++-----------
 2 files changed, 25 insertions(+), 21 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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org