Github user sujith71955 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19823#discussion_r154187840
--- 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 --
Right gatorsmile, this is why test case was failing, one more change i have
done,Since i am dealing with hive table i moved this test case to
HiveDDLSuite.scala, hope its fine. Thanks for the review
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]