Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-06-02 Thread via GitHub
Gabriel39 merged PR #51283: URL: https://github.com/apache/doris/pull/51283 -- 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.ap

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-29 Thread via GitHub
github-actions[bot] commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2918706934 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] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-29 Thread via GitHub
github-actions[bot] commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2918707008 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] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-28 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2916529285 ClickBench: Total hot run time: 28.8 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-28 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2916510978 TPC-DS: Total hot run time: 186041 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-28 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2916472577 TPC-H: Total hot run time: 33793 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-28 Thread via GitHub
Mryange commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2916092311 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 unsu

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
HappenLee commented on code in PR #51283: URL: https://github.com/apache/doris/pull/51283#discussion_r2110884144 ## be/src/vec/columns/column_string.cpp: ## @@ -777,6 +777,14 @@ void ColumnStr::insert(const Field& x) { sanity_check_simple(); } +template +bool ColumnStr:

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2911902159 ClickBench: Total hot run time: 28.92 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2911886341 TPC-DS: Total hot run time: 192469 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
doris-robot commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2911852942 TPC-H: Total hot run time: 33756 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
Mryange commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2911479229 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 unsu

Re: [PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
hello-stephen commented on PR #51283: URL: https://github.com/apache/doris/pull/51283#issuecomment-2911478247 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

[PR] [chore](column string) add is_ascii function in ColumnStr [doris]

2025-05-27 Thread via GitHub
Mryange opened a new pull request, #51283: URL: https://github.com/apache/doris/pull/51283 ### What problem does this PR solve? ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (a