Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-08 Thread via GitHub
yiguolei merged PR #47514: URL: https://github.com/apache/doris/pull/47514 -- 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: commits-unsubscr...@doris.apa

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-07 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2644421934 run feut -- 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 unsubsc

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-06 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2639205439 run external -- 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 uns

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-06 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2639205166 run p0 -- 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 unsubscri

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2639088355 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 uns

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2638766618 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 uns

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2636426921 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 GitHu

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2636426991 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 UR

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2636146601 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+pro

Re: [PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 commented on PR #47514: URL: https://github.com/apache/doris/pull/47514#issuecomment-2636146735 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 uns

[PR] branch-2.1: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 opened a new pull request, #47514: URL: https://github.com/apache/doris/pull/47514 ### What problem does this PR solve? fix compare ipv4 and ipv6 always equals. for example, `select cast('127.0.0.1' as ipv4) = cast('192.168.10.10' as ipv4)'` will return 1, but it shou