Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


BiteThet merged PR #53485:
URL: https://github.com/apache/doris/pull/53485


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


github-actions[bot] commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3086599869

   PR approved by anyone and no changes requested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


github-actions[bot] commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3086599796

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


hello-stephen commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3084987336

   # BE Regression && UT Coverage Report
   Increment line coverage `100.00% (4/4)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/53485_c3c03c05afc66df5ccfa9b303777a4b1fdd9874b_merge/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/53485_c3c03c05afc66df5ccfa9b303777a4b1fdd9874b_merge/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 81.16% (21860/26934) |
   | Line Coverage | 73.79% (226188/306541) |
   | Region Coverage   | 61.61% (189105/306943) |
   | Branch Coverage   | 65.29% (81461/124777) |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


hello-stephen commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3084976479

   # BE UT Coverage Report
   Increment line coverage `100.00% (4/4)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/c3c03c05afc66df5ccfa9b303777a4b1fdd9874b_c3c03c05afc66df5ccfa9b303777a4b1fdd9874b/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/c3c03c05afc66df5ccfa9b303777a4b1fdd9874b_c3c03c05afc66df5ccfa9b303777a4b1fdd9874b/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 57.40% (15758/27454) |
   | Line Coverage | 46.17% (141735/307011) |
   | Region Coverage   | 35.67% (106739/299212) |
   | Branch Coverage   | 38.17% (47097/123387) |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


hello-stephen commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3084307788

   
   Thank you for your contribution to Apache Doris.
   Don't know what should be done next? See [How to process your 
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


BiteThet opened a new pull request, #53485:
URL: https://github.com/apache/doris/pull/53485

   ### What problem does this PR solve?
   https://github.com/user-attachments/assets/5035e680-8fd8-4da4-9bdd-0c3af382dad1";
 />
   
   
   ### Check List (For Author)
   
   - Test 
   - [ ] Regression test
   - [ ] Unit Test
   - [ ] Manual test (add detailed scripts or steps below)
   - [ ] No need to test or manual test. Explain why:
   - [ ] This is a refactor/code format and no logic has been changed.
   - [ ] Previous test can cover this change.
   - [ ] No code files have been changed.
   - [ ] Other reason 
   
   - Behavior changed:
   - [ ] No.
   - [ ] Yes. 
   
   - Does this need documentation?
   - [ ] No.
   - [ ] Yes. 
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [Bug](datev2) fix wrong result of predicate about cast(cast(datetimev2 as datev2) as datetimev2) [doris]

2025-07-17 Thread via GitHub


BiteThet commented on PR #53485:
URL: https://github.com/apache/doris/pull/53485#issuecomment-3084308647

   run buildall


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]