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

[GitHub] [spark] zhengruifeng commented on pull request #42930: [SPARK-45168][PYTHON] Increase Pandas minimum version to 1.4.4

zhengruifeng commented on PR #42930:
URL: https://github.com/apache/spark/pull/42930#issuecomment-1720301980

   > Could you check the PySpark test failures?
   > 
   > In addition to the style issue,
   > 
   > ```
   > flake8 checks failed:
   > ./python/pyspark/pandas/resample.py:35:1: F401 'pandas.core.common._builtin_table' imported but unused
   > from pandas.core.common import _builtin_table  # type: ignore[attr-defined]
   > ^
   > ./python/pyspark/pandas/tests/test_indexing.py:231:9: F841 local variable 'pdf' is assigned to but never used
   >         pdf = self.pdf.set_index("b", append=True)
   >         ^
   > 1     F401 'pandas.core.common._builtin_table' imported but unused
   > 1     F841 local variable 'pdf' is assigned to but never used
   > ```
   
   sure, let me take a look


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