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 @@ -25,7 +25,7 @@ suite("test_mc_write_ctas", "p2,external,maxcompute,external_remote,external_rem
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_ctas"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suite("test_mc_write_insert", "p2,external,maxcompute,external_remote,external_r
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_insert"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suite("test_mc_write_large_data", "p2,external,maxcompute,external_remote,extern
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_large_data"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suite("test_mc_write_partitions", "p2,external,maxcompute,external_remote,extern
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_partitions"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suite("test_mc_write_static_partitions", "p2,external,maxcompute,external_remote
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_static_partitions"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suite("test_mc_write_types", "p2,external,maxcompute,external_remote,external_re
String ak = context.config.otherConfigs.get("ak")
String sk = context.config.otherConfigs.get("sk")
String mc_catalog_name = "test_mc_write_types"
String defaultProject = "doris_test_schema"
String defaultProject = "mc_doris_test_write"

sql """drop catalog if exists ${mc_catalog_name}"""
sql """
Expand Down
Loading