This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 3fbcc530fb7 [fix](test) fix
test_simplify_comparison_predicate_int_vs_double due to merging affected PRs
simultaneously (#56126)
3fbcc530fb7 is described below
commit 3fbcc530fb7ce4c680b35107013957c18e72f13d
Author: yujun <[email protected]>
AuthorDate: Wed Sep 17 12:47:25 2025 +0800
[fix](test) fix test_simplify_comparison_predicate_int_vs_double due to
merging affected PRs simultaneously (#56126)
---
.../expression/test_simplify_comparison_predicate_int_vs_double.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/nereids_rules_p0/expression/test_simplify_comparison_predicate_int_vs_double.groovy
b/regression-test/suites/nereids_rules_p0/expression/test_simplify_comparison_predicate_int_vs_double.groovy
index cfe0b435ef2..d769c3f0136 100644
---
a/regression-test/suites/nereids_rules_p0/expression/test_simplify_comparison_predicate_int_vs_double.groovy
+++
b/regression-test/suites/nereids_rules_p0/expression/test_simplify_comparison_predicate_int_vs_double.groovy
@@ -42,7 +42,7 @@ suite('test_simplify_comparison_predicate_int_vs_double') {
select *
from tbl1_test_simplify_comparison_predicate_int_vs_double t1
left join tbl2_test_simplify_comparison_predicate_int_vs_double t2
- on t1.c_s = t2.c_bigint
+ on cast(t1.c_s as double) = t2.c_bigint
where t1.c_s = '870479087484055553'
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]