HyukjinKwon commented on code in PR #37322:
URL: https://github.com/apache/spark/pull/37322#discussion_r931687779
##########
sql/core/src/test/scala/org/apache/spark/sql/DatasetUnpivotSuite.scala:
##########
@@ -444,12 +449,10 @@ class DatasetUnpivotSuite extends QueryTest
valueColumnName = "val"
)
}
- checkErrorClass(
+ checkError(
exception = e6,
errorClass = "UNPIVOT_REQUIRES_VALUE_COLUMNS",
- msg = "At least one value column needs to be specified for UNPIVOT, " +
- "all columns specified as ids;(\\n.*)*",
- matchMsg = true)
+ parameters = Map())
Review Comment:
```suggestion
parameters = Map.empty)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]