Re: [PR] [fix](table-func) fix explode_map with alias [doris]

2024-08-26 Thread via GitHub
yiguolei merged PR #39757: URL: https://github.com/apache/doris/pull/39757 -- 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](table-func) fix explode_map with alias [doris]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #39757: URL: https://github.com/apache/doris/pull/39757#issuecomment-2311449132 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](table-func) fix explode_map with alias [doris]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #39757: URL: https://github.com/apache/doris/pull/39757#issuecomment-2311449156 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](table-func) fix explode_map with alias [doris]

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

Re: [PR] [fix](table-func) fix explode_map with alias [doris]

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

Re: [PR] [fix](table-func) fix explode_map with alias [doris]

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

Re: [PR] [fix](table-func) fix explode_map with alias [doris]

2024-08-23 Thread via GitHub
amorynan commented on PR #39757: URL: https://github.com/apache/doris/pull/39757#issuecomment-2306470131 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](table-func) fix explode_map with alias [doris]

2024-08-21 Thread via GitHub
doris-robot commented on PR #39757: URL: https://github.com/apache/doris/pull/39757#issuecomment-2303618437 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] [fix](table-func) fix explode_map with alias [doris]

2024-08-21 Thread via GitHub
amorynan commented on PR #39757: URL: https://github.com/apache/doris/pull/39757#issuecomment-2303618537 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 unsubsc

[PR] [fix](table-func) fix explode_map with alias [doris]

2024-08-21 Thread via GitHub
amorynan opened a new pull request, #39757: URL: https://github.com/apache/doris/pull/39757 ## Proposed changes when we use sql ``` select a.name, tmp.k, tmp.v from ( select 'zhangsan' name, map(1,20,2,30) score )a lateral vi