This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 02519c37ea3 branch-2.1: [test](mysql catalog) fix mysql jdbc catalog
test case (#45988)
02519c37ea3 is described below
commit 02519c37ea3eedca69de154a27e25b31cf1b42eb
Author: zy-kkk <[email protected]>
AuthorDate: Thu Dec 26 15:06:24 2024 +0800
branch-2.1: [test](mysql catalog) fix mysql jdbc catalog test case (#45988)
---
.../external_table_p0/jdbc/test_mysql_jdbc_catalog.out | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/regression-test/data/external_table_p0/jdbc/test_mysql_jdbc_catalog.out
b/regression-test/data/external_table_p0/jdbc/test_mysql_jdbc_catalog.out
index d561e9be064..7860610445d 100644
--- a/regression-test/data/external_table_p0/jdbc/test_mysql_jdbc_catalog.out
+++ b/regression-test/data/external_table_p0/jdbc/test_mysql_jdbc_catalog.out
@@ -433,6 +433,15 @@ t2 text Yes false \N NONE
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE
+-- !sql --
+int_u bigint Yes true \N
+text varchar(65533) Yes true \N
+t2 varchar(65533) Yes false \N NONE
+
+-- !sql --
+varchar varchar(65533) Yes true \N
+int_u bigint Yes false \N NONE
+
-- !sql_current_catalog --
internal
@@ -867,3 +876,12 @@ t2 text Yes false \N NONE
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE
+-- !sql --
+int_u bigint Yes true \N
+text varchar(65533) Yes true \N
+t2 varchar(65533) Yes false \N NONE
+
+-- !sql --
+varchar varchar(65533) Yes true \N
+int_u bigint Yes false \N NONE
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]