itholic commented on code in PR #44123:
URL: https://github.com/apache/spark/pull/44123#discussion_r1414742528
##########
python/pyspark/errors/error_classes.py:
##########
@@ -667,6 +667,11 @@
"Only a single trigger is allowed."
]
},
+ "PACKAGE_NOT_INSTALLED" : {
+ "message" : [
+ "<package_name> >= <minimum_version> must be installed; however, it was
not found."
Review Comment:
Oh,,, seems like the special character `>` somehow breaks the build while
parsing the error message format. Let me made a followup PR to fix it. Thanks
for investigating this!
--
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]