Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19823#discussion_r153922124
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -2392,5 +2392,14 @@ abstract class DDLSuite extends QueryTest with
SQLTestUtils {
}
}
}
+
+ test("load command for non local invalid path validation") {
--- End diff --
Please move this test case out of
```
Seq(true, false).foreach { caseSensitive =>
...
}
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]