Skip to content

Commit

Permalink
Update CatalystTypeConverters.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Dec 29, 2020
1 parent adc9ded commit 6a7438b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ object CatalystTypeConverters {
new GenericArrayData(convertedIterable.toArray)
case g: GenericArrayData => new GenericArrayData(g.array.map(elementConverter.toCatalyst))
case other => throw new IllegalArgumentException(
s"AAAThe value (${other.toString}) of the type (${other.getClass.getCanonicalName}) "
s"The value (${other.toString}) of the type (${other.getClass.getCanonicalName}) "
+ s"cannot be converted to an array of ${elementType.catalogString}")
}
}
Expand Down

0 comments on commit 6a7438b

Please sign in to comment.