Skip to content

Commit 0e64efc

Browse files
andygrovemartin-g
andauthored
Update spark/src/main/scala/org/apache/comet/serde/CometScalarSubquery.scala
Co-authored-by: Martin Grigorov <[email protected]>
1 parent 550640a commit 0e64efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala/org/apache/comet/serde/CometScalarSubquery.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object CometScalarSubquery extends CometExpressionSerde[ScalarSubquery] {
3333
if (supportedDataType(expr.dataType)) {
3434
val dataType = serializeDataType(expr.dataType)
3535
if (dataType.isEmpty) {
36-
withInfo(expr, s"Scalar subquery returns unsupported datatype ${expr.dataType}")
36+
withInfo(expr, s"Failed to serialize datatype ${expr.dataType} for scalar subquery")
3737
return None
3838
}
3939

0 commit comments

Comments
 (0)