You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/06/11 01:25:56 UTC

[GitHub] [spark] HyukjinKwon commented on pull request #28793: [SPARK-31964][PYTHON] Use Pandas is_categorical on Arrow category type conversion

HyukjinKwon commented on pull request #28793:
URL: https://github.com/apache/spark/pull/28793#issuecomment-642350475


   @dongjoon-hyun, do you mean you tested `./run-tests  --modules=pyspark-sql` I guess? Pandas is SQL only dependency in Spark. The tests look okay fine in my local:
   
   ```bash
   ➜  ~ pip list | grep pandas
   pandas                        0.23.2      /usr/local/lib/python3.7/site-packages
   ```
   
   ```bash
   ➜  python git:(d2030cf4629) ./run-tests --python-executable=python3 --modules=pyspark-sql
   ...
   ```
   
   What kind of test failure did you meet?


----------------------------------------------------------------
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:
users@infra.apache.org



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