Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
morrySnow commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2126356831 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 unsubscr

Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2126291323 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] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2126291357 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] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
doris-robot commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2126259739 ClickBench: Total hot run time: 30.51 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [nereids] string literal coercion of in predicate [doris]

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

Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
mongo360 commented on code in PR #35200: URL: https://github.com/apache/doris/pull/35200#discussion_r1610985815 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java: ## @@ -975,8 +976,21 @@ public static Expression processInPredicate(InPredicate inPr

Re: [PR] [nereids] string literal coercion of in predicate [doris]

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

Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
morrySnow commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2126203685 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 un

Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
morrySnow commented on code in PR #35200: URL: https://github.com/apache/doris/pull/35200#discussion_r1609442824 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java: ## @@ -975,8 +976,21 @@ public static Expression processInPredicate(InPredicate inP

Re: [PR] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
doris-robot commented on PR #35200: URL: https://github.com/apache/doris/pull/35200#issuecomment-2124064301 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] [nereids] string literal coercion of in predicate [doris]

2024-05-22 Thread via GitHub
mongo360 opened a new pull request, #35200: URL: https://github.com/apache/doris/pull/35200 Description: The sql execute much slow when the literal value with string format in `in predicate`; and the real data is integral type。 ``` mysql> set enable_nereids_planner = false; Qu