shahar1 commented on code in PR #52492:
URL: https://github.com/apache/airflow/pull/52492#discussion_r2173878338


##########
providers/apache/spark/tests/system/apache/spark/example_pyspark.py:
##########
@@ -43,12 +42,12 @@ def example_pyspark():
 
     # [START task_pyspark]
     @task.pyspark(conn_id="spark-local")
-    def spark_task(spark: SparkSession, sc: SparkContext) -> pd.DataFrame:
+    def spark_task(spark: SparkSession) -> pd.DataFrame:
         df = spark.createDataFrame(
             [
                 (1, "John Doe", 21),
                 (2, "Jane Doe", 22),
-                (3, "Joe Bloggs", 23),
+                (3, "Joe Blogs", 23),

Review Comment:
   It is actually Bloggs though
   
https://en.wiktionary.org/wiki/Joe_Bloggs#:~:text=English-,Proper%20noun,unknown%20or%20anonymous%20male%20person.



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

Reply via email to