raphaelauv commented on issue #60496:
URL: https://github.com/apache/airflow/issues/60496#issuecomment-3749923090

   tested my changes ( 60041 )
   
   works well  ✔️ 
   
   apache-airflow-providers-apache-spark==5.5.0rc1
   pyspark-client==4.1.1
   
   ```python
   def test(spark):
       df = spark.range(100).filter("id % 2 = 0")
       print(df.count())
   
   PySparkOperator(task_id="task",
                   python_callable=test,
                   conn_id="spark_connect")
   
   ```


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