cloud-fan commented on a change in pull request #35302:
URL: https://github.com/apache/spark/pull/35302#discussion_r792343795
##########
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:
this does not sound like a user-facing error. Can we double-check it?
--
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]