This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new cd2f2014e24 branch-4.1: [fix](regression) fix regression 
test_hive_ctas_to_doris failure #64553 (#64587)
cd2f2014e24 is described below

commit cd2f2014e243e7f37a4ca231bb3a2556b71ea45d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 15:49:13 2026 +0800

    branch-4.1: [fix](regression) fix regression test_hive_ctas_to_doris 
failure #64553 (#64587)
    
    Cherry-picked from #64553
    
    Co-authored-by: TengJianPing <[email protected]>
---
 .../suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/regression-test/suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy
 
b/regression-test/suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy
index f7fca251f66..294ad43bbcc 100644
--- 
a/regression-test/suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy
+++ 
b/regression-test/suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy
@@ -37,6 +37,8 @@ suite("test_hive_ctas_to_doris", 
"p0,external,hive,external_docker,external_dock
             String hive_tb = "tb_test_hive_ctas_to_doris"
             String db_name = "db_test_hive_ctas_to_doris"
 
+            sql "set enable_strict_cast = true;"
+
             // create hive table
             sql """drop catalog if exists ${catalog}"""
             sql """create catalog if not exists ${catalog} properties (


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to