cloud-fan commented on a change in pull request #26195: [SPARK-29537][SQL]
throw exception when user defined a wrong base path
URL: https://github.com/apache/spark/pull/26195#discussion_r351316751
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileIndexSuite.scala
##########
@@ -352,6 +352,25 @@ class FileIndexSuite extends SharedSparkSession {
"driver side must not be negative"))
}
+ test ("SPARK-29537: throw exception when user defined a wrong base path") {
Review comment:
let's also add an end-to-end test with `DataFrameReader`
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]