Skip to content

Commit 04b35aa

Browse files
author
Wendong Li
committed
Merge branch 'multi_msg' of https://github.com/levscaut/SynapseML into multi_msg
2 parents 1195c1e + ead6b52 commit 04b35aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cognitive/src/main/scala/com/microsoft/azure/synapse/ml/services/openai/OpenAIPrompt.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class OpenAIPrompt(override val uid: String) extends Transformer
323323
pathColumnNames.foreach { colName =>
324324
require(
325325
df.columns.contains(colName),
326-
s"Column '$colName' specified in columnTypes was not found in the DataFrame." +
326+
s"Column '$colName' specified in columnTypes was not found in the DataFrame. " +
327327
s"Available columns: ${df.columns.mkString(", ")}"
328328
)
329329
}

0 commit comments

Comments
 (0)