LuciferYang commented on pull request #33350:
URL: https://github.com/apache/spark/pull/33350#issuecomment-887269393


   @sunchao 
   I found that the old case use `spark.master local[1]`, but 
`SharedSparkSession` create `TestSparkSession` with `local[2]` as default , so 
we should override `createSparkSession` method to create `TestSparkSession` 
with `local[1]` to pass `SPARK-35985 push filters for empty read schema`


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

Reply via email to