karenfeng commented on a change in pull request #34123:
URL: https://github.com/apache/spark/pull/34123#discussion_r717817283
##########
File path: core/src/main/java/org/apache/spark/SparkThrowable.java
##########
@@ -39,4 +39,7 @@
// Portable error identifier across SQL engines
// If null, error class or SQLSTATE is not set
String getSqlState();
+
+ // True if this error is an internal error.
+ boolean isInternalError();
Review comment:
Oh, good to know. Just pushed a commit with default implementations for
`getSqlState` and `isInternalError`.
--
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]