nchammas commented on code in PR #46328:
URL: https://github.com/apache/spark/pull/46328#discussion_r1586954148
##########
python/packaging/classic/setup.py:
##########
@@ -307,6 +307,7 @@ def run(self):
"pyspark.errors",
"pyspark.errors.exceptions",
"pyspark.examples.src.main.python",
+ "pyspark.errors.data",
],
include_package_data=True,
Review Comment:
Hmm, I assumed that since we added the new JSON file to `MANIFEST.in`, this
line would pick it up for packaging. But there are finicky details related to
packaging that I don't recall off the top of my head.
--
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]