zhengruifeng commented on code in PR #56402:
URL: https://github.com/apache/spark/pull/56402#discussion_r3400270976
##########
python/pyspark/sql/tests/coercion/test_pandas_udf_return_type.py:
##########
@@ -144,7 +157,7 @@ def test_str_repr(self):
def test_pandas_return_type_coercion_vanilla(self):
self._run_pandas_udf_return_type_coercion(
- golden_file=f"{self.prefix}_base",
+ golden_file=f"{self.pandas_dir}/{self.prefix}_base",
Review Comment:
Good catch — switched to `os.path.join(self.pandas_dir, ...)` in all four
test files in 89558141359 (kept `os.path` rather than pathlib since that is
what these files already use).
--
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]