Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen committed Jul 2, 2015
1 parent ccbbd86 commit 7a71255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ case class CreateNamedStruct(children: Seq[Expression]) extends Expression {
}
if (invalidNames.size != 0) {
TypeCheckResult.TypeCheckFailure(
s"Non String Literal fields at odd position $invalidNames")
s"Non String Literal fields at odd position : ${invalidNames.mkString(",")}")
} else {
TypeCheckResult.TypeCheckSuccess
}
Expand Down

0 comments on commit 7a71255

Please sign in to comment.