Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 6b22d0d

Browse files
committed
DELIBERATELY FAIL TESTS
1 parent 8e9fd74 commit 6b22d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/database_common/schema.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ func (t MultiValueType) StringWithNullable() string {
165165

166166
func GetInstanceType(instanceName string) InstanceType {
167167
switch instanceName {
168-
case "clickhouse":
169-
return DorisInstance
168+
case "clickhouse": //TODO DONT MERGE WERE JUST TESTING
169+
return UnknownInstance
170170
case "doris":
171-
return ClickHouseInstance
171+
return UnknownInstance
172172
default:
173173
logger.Fatal().Msgf("unknown instance name: %s", instanceName)
174174
return UnknownInstance

0 commit comments

Comments
 (0)