Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-21 Thread via GitHub
xiaokang merged PR #39572: URL: https://github.com/apache/doris/pull/39572 -- 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
amorynan commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2301209479 run cloud_p1 -- 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
amorynan commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2300453443 run cloud_p1 -- 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
github-actions[bot] commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298456396 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
github-actions[bot] commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298456328 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298449143 ClickBench: Total hot run time: 31.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298437380 TPC-DS: Total hot run time: 190542 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298411840 TPC-H: Total hot run time: 38411 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
amorynan commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298158302 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-20 Thread via GitHub
amorynan commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2298150253 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
amorynan commented on code in PR #39572: URL: https://github.com/apache/doris/pull/39572#discussion_r1722717959 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayJson.java: ## @@ -35,7 +36,8 @@ */ public class ExplodeJs

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2296395756 ClickBench: Total hot run time: 30.63 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2296385833 TPC-DS: Total hot run time: 197130 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2296362733 TPC-H: Total hot run time: 38694 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
morrySnow commented on code in PR #39572: URL: https://github.com/apache/doris/pull/39572#discussion_r1721607525 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayJson.java: ## @@ -35,7 +36,8 @@ */ public class ExplodeJ

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
amorynan commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2296228311 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] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
amorynan opened a new pull request, #39572: URL: https://github.com/apache/doris/pull/39572 ## Proposed changes 1. explode_json_array_json accept jsonb type and return jsonb type or string type and return string type 2. fix explode_json_array return empty set issue Issue Number: clo

Re: [PR] [fix](tableFuncs) fix explode_json_array_funcs [doris]

2024-08-19 Thread via GitHub
doris-robot commented on PR #39572: URL: https://github.com/apache/doris/pull/39572#issuecomment-2296223595 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