Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-11-05 Thread via GitHub
xiaokang merged PR #41001: URL: https://github.com/apache/doris/pull/41001 -- 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] [cases](ip) improve cases for ip functions [doris]

2024-11-05 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2458784929 run cloud_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 uns

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-11-05 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2458604286 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] [cases](ip) improve cases for ip functions [doris]

2024-11-03 Thread via GitHub
github-actions[bot] commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2453948864 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] [cases](ip) improve cases for ip functions [doris]

2024-11-03 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2453774944 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] [cases](ip) improve cases for ip functions [doris]

2024-11-01 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2451668488 > add rowstore related cases done! -- 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

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-11-01 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2451668621 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] [cases](ip) improve cases for ip functions [doris]

2024-11-01 Thread via GitHub
eldenmoon commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2451473528 add rowstore related cases -- 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 c

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-31 Thread via GitHub
github-actions[bot] commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2449167819 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] [cases](ip) improve cases for ip functions [doris]

2024-10-31 Thread via GitHub
github-actions[bot] commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2449167868 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] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1822866480 ## regression-test/data/nereids_function_p0/scalar_function/IP.out: ## @@ -0,0 +1,3061 @@ +-- This file is automatically generated. You should know what you did if you

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1822865975 ## regression-test/data/nereids_function_p0/scalar_function/IP.out: ## @@ -0,0 +1,3061 @@ +-- This file is automatically generated. You should know what you did if you

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2447535422 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] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1822848503 ## regression-test/suites/nereids_function_p0/scalar_function/IP.groovy: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-30 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1822752087 ## regression-test/data/nereids_function_p0/fn_test_ip_special.csv: ## @@ -0,0 +1,28 @@ +1;127.0.0.1;::1 Review Comment: done! I add invalid csv data -- This i

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-29 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1821741662 ## regression-test/suites/nereids_function_p0/load.groovy: ## @@ -27,6 +27,109 @@ suite("load") { DROP TABLE IF EXISTS `fn_test_bitmap` """ +// tes

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-29 Thread via GitHub
amorynan commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1821740523 ## regression-test/data/nereids_function_p0/fn_test_ip_normal.csv: ## @@ -0,0 +1,72 @@ +29;0.0.0.1;2001:0db8:0:0:0:0:0:1 Review Comment: normal ip has ordered ips

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-29 Thread via GitHub
xiaokang commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1821682355 ## regression-test/suites/nereids_function_p0/scalar_function/IP.groovy: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-29 Thread via GitHub
eldenmoon commented on code in PR #41001: URL: https://github.com/apache/doris/pull/41001#discussion_r1797641465 ## regression-test/suites/nereids_function_p0/load.groovy: ## @@ -27,6 +27,109 @@ suite("load") { DROP TABLE IF EXISTS `fn_test_bitmap` """ +// te

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-10-12 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2408436743 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] [cases](ip) improve cases for ip functions [doris]

2024-09-25 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2374392599 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] [cases](ip) improve cases for ip functions [doris]

2024-09-19 Thread via GitHub
doris-robot commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2360385452 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+y

Re: [PR] [cases](ip) improve cases for ip functions [doris]

2024-09-19 Thread via GitHub
amorynan commented on PR #41001: URL: https://github.com/apache/doris/pull/41001#issuecomment-2360385763 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