HyukjinKwon commented on code in PR #39387:
URL: https://github.com/apache/spark/pull/39387#discussion_r1064066934
##########
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:
Is this the standard way to put other files? Now it looks weird that
`pyspark.errors` package contains JSON files. Adding any reference or docs
related to this would be helpful to review futher.
--
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]