MaxGekk commented on a change in pull request #35302:
URL: https://github.com/apache/spark/pull/35302#discussion_r792476043
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala
##########
@@ -132,8 +127,9 @@ object QueryExecutionErrors {
}
def simpleStringWithNodeIdUnsupportedError(nodeName: String): Throwable = {
- new SparkUnsupportedOperationException(errorClass =
"UNSUPPORTED_SIMPLE_STRING_WITH_NODE_ID",
- messageParameters = Array(nodeName))
+ new SparkUnsupportedOperationException(
+ errorClass = "UNSUPPORTED_FEATURE",
+ messageParameters = Array(s"$nodeName does not implement
simpleStringWithNodeId"))
Review comment:
Seems, it is not. At least, I haven't found a way how to trigger it from
user level. I will replace the exception by `IllegalStateException` as for
https://github.com/apache/spark/pull/35302#discussion_r792336423.
--
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]