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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]