itholic commented on code in PR #39783:
URL: https://github.com/apache/spark/pull/39783#discussion_r1089872824
##########
python/pyspark/errors/__init__.py:
##########
@@ -55,4 +56,5 @@
"SparkConnectAnalysisException",
"SparkConnectParseException",
"SparkConnectTempTableAlreadyExistsException",
+ "SparkConnectIllegalArgumentException",
Review Comment:
Yeah, I agree with that because technically they are from the same cause.
Let me refine
https://github.com/apache/spark/pull/39783#discussion_r1089869647 and remove
the prefix in the follow-ups.
--
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]