Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
internal

-- !sql --
mysql_jdbc_catalog
test_export_external_table

-- !export_table --
1 abc efg 2022-10-01 3.4 1 2 0 100000 1.2 2022-10-02T12:59:01 24.000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ suite("test_export_external_table", "p0,external,mysql,external_docker,external_
String driver_url = "https://${bucket}.${s3_endpoint}/regression/jdbc_driver/mysql-connector-java-8.0.25.jar"

if (enabled != null && enabled.equalsIgnoreCase("true")) {
String catalog_name = "mysql_jdbc_catalog";
String catalog_name = "test_export_external_table";
String internal_db_name = "regression_test_external_table_p0_export";
String ex_db_name = "doris_test";
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
Expand Down