itholic commented on code in PR #40617:
URL: https://github.com/apache/spark/pull/40617#discussion_r1175953882


##########
python/pyspark/errors/error_classes.py:
##########
@@ -79,11 +114,26 @@
       "returnType can not be specified when `<arg_name>` is a user-defined 
function, but got <return_type>."
     ]
   },
+  "CANNOT_UNPERSIST_BROADCAST": {

Review Comment:
   Sounds good. Seems like we can consolidate `CANNOT_DESTROY_BROADCAST` as 
well :-)



-- 
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]

Reply via email to