You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "mathewjacob1002 (via GitHub)" <gi...@apache.org> on 2023/07/14 18:24:15 UTC

[GitHub] [spark] mathewjacob1002 commented on a diff in pull request #41973: [SPARK-44264] Refactoring TorchDistributor To Allow for Custom "run_training_on_file" Function Pointer

mathewjacob1002 commented on code in PR #41973:
URL: https://github.com/apache/spark/pull/41973#discussion_r1264022967


##########
python/pyspark/ml/torch/distributor.py:
##########
@@ -41,6 +41,7 @@
 )
 
 from pyspark import cloudpickle
+from pyspark.pandas.missing import frame

Review Comment:
   doen



##########
python/pyspark/ml/torch/distributor.py:
##########
@@ -41,6 +41,7 @@
 )
 
 from pyspark import cloudpickle
+from pyspark.pandas.missing import frame

Review Comment:
   done



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org