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 @@ -170,7 +170,7 @@ suite("test_paimon_catalog", "p0,external,doris,external_docker,external_docker_
def c100= """select * from array_nested order by c1;"""

String hdfs_port = context.config.otherConfigs.get("hdfs_port")
String catalog_name = "paimon1"
String catalog_name = "ctl_test_paimon_catalog"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")

sql """drop catalog if exists ${catalog_name}"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite("test_paimon_table_stats", "p0,external,doris,external_docker,external_doc
if (enabled != null && enabled.equalsIgnoreCase("true")) {
try {
String hdfs_port = context.config.otherConfigs.get("hdfs_port")
String catalog_name = "paimon1"
String catalog_name = "ctl_test_paimon_table_stats"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")

sql """drop catalog if exists ${catalog_name}"""
Expand Down