Yicong-Huang commented on code in PR #58900:
URL: https://github.com/apache/spark/pull/58900#discussion_r4050246972
##########
dev/sparktestsupport/modules.py:
##########
@@ -612,7 +612,8 @@ def __hash__(self):
"pyspark.tests.test_taskcontext",
"pyspark.tests.test_util",
"pyspark.tests.test_worker",
- "pyspark.tests.test_eval_type_handlers",
+ "pyspark.tests.test_base_eval_type_handlers",
Review Comment:
Good catch. Moved them into `pyspark.eval_handlers.tests`, co-located with
the package they test (like `pyspark.sql.tests`), instead of the top-level
`pyspark.tests`.
--
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]