HyukjinKwon commented on code in PR #40793:
URL: https://github.com/apache/spark/pull/40793#discussion_r1168441615


##########
python/pyspark/ml/torch/tests/test_distributor.py:
##########
@@ -122,6 +122,43 @@ def train_fn(learning_rate: float) -> Any:
     return train_fn
 
 
+def set_up_test_dirs():

Review Comment:
   Ideally we should define another mixin (like `SQLTestUtils`), and inherits 
it to be consistent but I am fine as are for now since it's just few methods.



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