dchvn commented on a change in pull request #34238:
URL: https://github.com/apache/spark/pull/34238#discussion_r726415692
##########
File path: python/pyspark/sql/pandas/conversion.py
##########
@@ -551,7 +551,7 @@ def create_RDD_server():
._serialize_to_jvm(arrow_data, ser, reader_func,
create_RDD_server)
)
jdf = (
- self._jvm # type: ignore[attr-defined]
Review comment:
I will make a follow up PR to remove ```# type: ignore[attr-defined]```
for attributes of ```SparkContext```
--
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]