imback82 edited a comment on pull request #29328:
URL: https://github.com/apache/spark/pull/29328#issuecomment-667748032
FYI, 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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]