HyukjinKwon commented on a change in pull request #27109: 
[SPARK-30434][PYTHON][SQL] Move pandas related functionalities into pandas 
sub-package
URL: https://github.com/apache/spark/pull/27109#discussion_r363297593
 
 

 ##########
 File path: python/pyspark/sql/session.py
 ##########
 @@ -722,46 +594,12 @@ def createDataFrame(self, data, schema=None, 
samplingRatio=None, verifySchema=Tr
         except Exception:
             has_pandas = False
         if has_pandas and isinstance(data, pandas.DataFrame):
-            from pyspark.sql.utils import require_minimum_pandas_version
 
 Review comment:
   This one needs to be reviewed - I had to split the 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to