Re: [PR] [Feature](json_functions) support json-keys [doris]

2024-06-24 Thread via GitHub
github-actions[bot] commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2186414275 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] [Feature](json_functions) support json-keys [doris]

2024-06-24 Thread via GitHub
doris-robot commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2186217673 ClickBench: Total hot run time: 31.75 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](json_functions) support json-keys [doris]

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

Re: [PR] [Feature](json_functions) support json-keys [doris]

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

Re: [PR] [Feature](json_functions) support json-keys [doris]

2024-06-24 Thread via GitHub
amorynan commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2186093537 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] [Feature](json_functions) support json-keys [doris]

2024-06-21 Thread via GitHub
doris-robot commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2182014567 ClickBench: Total hot run time: 30.83 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](json_functions) support json-keys [doris]

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

Re: [PR] [Feature](json_functions) support json-keys [doris]

2024-06-17 Thread via GitHub
github-actions[bot] commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2174885257 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] [Feature](json_functions) support json-keys [doris]

2024-06-17 Thread via GitHub
github-actions[bot] commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2174885216 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] [Feature](json_functions) support json-keys [doris]

2024-06-17 Thread via GitHub
github-actions[bot] commented on code in PR #36411: URL: https://github.com/apache/doris/pull/36411#discussion_r1642691741 ## be/src/vec/functions/function_jsonb.cpp: ## @@ -431,6 +431,176 @@ class FunctionJsonbExtract : public IFunction { } }; +class FunctionJsonbKeys :

Re: [PR] [Feature](json_functions) support json-keys [doris]

2024-06-17 Thread via GitHub
doris-robot commented on PR #36411: URL: https://github.com/apache/doris/pull/36411#issuecomment-2173171204 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

[PR] [Feature](json_functions) support json-keys [doris]

2024-06-17 Thread via GitHub
amorynan opened a new pull request, #36411: URL: https://github.com/apache/doris/pull/36411 ## Proposed changes support json_keys sql reference MYSQL: https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-keys Issue Number: close #xxx --