Skip to content

Conversation

@keanji-x
Copy link
Contributor

@keanji-x keanji-x commented Mar 1, 2024

Proposed changes

the valid in option should

! (op.min > expr.max or op.max < expr.min) 
=============> 
op.min <= expr.max and op.max >= expr.min

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

@keanji-x
Copy link
Contributor Author

keanji-x commented Mar 1, 2024

run buildall

1 similar comment
@keanji-x
Copy link
Contributor Author

keanji-x commented Mar 4, 2024

run buildall

@keanji-x
Copy link
Contributor Author

keanji-x commented Mar 4, 2024

run p1

@keanji-x
Copy link
Contributor Author

keanji-x commented Mar 4, 2024

run buildall

@wm1581066 wm1581066 added dev/2.0.x usercase Important user case type label labels Mar 4, 2024
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Mar 4, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2024

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2024

PR approved by anyone and no changes requested.

@englefly englefly merged commit c90728c into apache:master Mar 4, 2024
keanji-x added a commit to keanji-x/doris that referenced this pull request Mar 4, 2024
the valid in option should

! (op.min > expr.max or op.max < expr.min) 
=============> 
op.min <= expr.max and op.max >= expr.min
morrySnow pushed a commit that referenced this pull request Mar 5, 2024
…#31744)

pick from master #31684 

the valid in option should

! (op.min > expr.max or op.max < expr.min) 
=============> 
op.min <= expr.max and op.max >= expr.min
yiguolei pushed a commit that referenced this pull request Mar 6, 2024
the valid in option should

! (op.min > expr.max or op.max < expr.min) 
=============> 
op.min <= expr.max and op.max >= expr.min
mongo360 pushed a commit to mongo360/doris that referenced this pull request Aug 16, 2024
…31684) (apache#31744)

pick from master apache#31684

the valid in option should

! (op.min > expr.max or op.max < expr.min)
=============>
op.min <= expr.max and op.max >= expr.min
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/2.0.6-merged reviewed usercase Important user case type label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants