itholic commented on code in PR #39387:
URL: https://github.com/apache/spark/pull/39387#discussion_r1061372891
##########
python/pyspark/errors/error-classes.json:
##########
@@ -0,0 +1,7 @@
+{
+ "COLUMN_IN_LIST" : {
+ "message" : [
+ "<funcName> does not allow a column in a list"
+ ]
Review Comment:
Will add more error-classes in follow-up PRs.
Since this PR introduces the error class for the first time, I made only one
example for the convenience of review.
--
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]