Skip to content

Commit 9a7532e

Browse files
Update clickhouse-core/src/main/scala/com/clickhouse/spark/spec/TableEngineUtils.scala
Co-authored-by: Copilot <[email protected]>
1 parent c4a507b commit 9a7532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-core/src/main/scala/com/clickhouse/spark/spec/TableEngineUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ object TableEngineUtils extends Logging {
5757
}
5858

5959
clusterSpecs.find(_.name == clusterName)
60-
.getOrElse(throw CHClientException(s"Unknown cluster: ${distributedEngineSpec.cluster}"))
60+
.getOrElse(throw CHClientException(s"Unknown cluster: resolved name '${clusterName}' (original: '${distributedEngineSpec.cluster}')"))
6161
}
6262
}

0 commit comments

Comments
 (0)