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_r363297462
 
 

 ##########
 File path: python/pyspark/sql/session.py
 ##########
 @@ -458,135 +459,6 @@ def _createFromLocal(self, data, schema):
         data = [schema.toInternal(row) for row in data]
         return self._sc.parallelize(data), schema
 
-    def _get_numpy_record_dtype(self, rec):
 
 Review comment:
   All moved to `SparkConversionMixin` under `pyspark.sql.pandas.conversion`

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