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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new c827aa99c1 [fix](case) varchar(*) not supported on branch-2.0 till now 
(#23359)
c827aa99c1 is described below

commit c827aa99c187fe4fdb19ac12d42b9cf4c087afa6
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Aug 23 18:46:54 2023 +0800

    [fix](case) varchar(*) not supported on branch-2.0 till now (#23359)
---
 regression-test/suites/view_p0/view_p0.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/view_p0/view_p0.groovy 
b/regression-test/suites/view_p0/view_p0.groovy
index a6f20d4102..6873c804bd 100644
--- a/regression-test/suites/view_p0/view_p0.groovy
+++ b/regression-test/suites/view_p0/view_p0.groovy
@@ -37,7 +37,7 @@ suite("view_p0") {
     """
     
     qt_sql "select * from test_varchar_view;"
-    qt_sql "select cast( id as varchar(*)) from test_view_table;"
+    qt_sql "select cast( id as varchar) from test_view_table;"
     
     // array view
     sql """DROP TABLE IF EXISTS test_array_tbl_1"""


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

Reply via email to