ianmcook commented on code in PR #46529:
URL: https://github.com/apache/spark/pull/46529#discussion_r1597526227


##########
python/pyspark/sql/session.py:
##########
@@ -1251,7 +1252,7 @@ def _getActiveSessionOrCreate(**static_conf: Any) -> 
"SparkSession":
             spark = builder.getOrCreate()
         return spark
 
-    @overload
+    @overload  # type: ignore[override]

Review Comment:
   PyArrow's lack of type annotations makes this ignore necessary. I tried a 
variety of different ways to avoid adding it, with no success.



-- 
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-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to