HyukjinKwon commented on code in PR #44848:
URL: https://github.com/apache/spark/pull/44848#discussion_r1462705835
##########
python/pyspark/errors/error_classes.py:
##########
@@ -253,58 +258,58 @@
"<right_dtype>"
]
},
- "DIFFERENT_ROWS" : {
- "message" : [
+ "DIFFERENT_ROWS": {
+ "message": [
"<error_msg>"
]
},
- "DIFFERENT_SCHEMA" : {
- "message" : [
+ "DIFFERENT_SCHEMA": {
+ "message": [
"Schemas do not match.",
"--- actual",
"+++ expected",
"<error_msg>"
]
},
- "DISALLOWED_TYPE_FOR_CONTAINER" : {
- "message" : [
- "Argument `<arg_name>`(type: <arg_type>) should only contain a type in
[<allowed_types>], got <return_type>"
+ "DISALLOWED_TYPE_FOR_CONTAINER": {
+ "message": [
+ "Argument `<arg_name>`(type: <arg_type>) should only contain a type in
[<allowed_types>], got <item_type>"
Review Comment:
Yeah. I think it wasn't being tested.
--
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]