imback82 commented on pull request #29328:
URL: https://github.com/apache/spark/pull/29328#issuecomment-667748032


   The existing test `"SPARK-11544 test pathfilter"` fails if I change
   ```
   assert(spark.read.options(extraOptions).json(path).count() === 2)
   ```
   to
   ```
   assert(spark.read.options(extraOptions).format("json").load(path).count() 
=== 2)
   ```
   We expect the same behavior b/w these two APIs right?


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

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