HyukjinKwon commented on a change in pull request #30595:
URL: https://github.com/apache/spark/pull/30595#discussion_r535767518
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/sources/CreateTableAsSelectSuite.scala
##########
@@ -170,20 +170,17 @@ class CreateTableAsSelectSuite extends DataSourceTest
with SharedSparkSession {
}
}
- test("disallows CREATE EXTERNAL TABLE ... USING ... AS query") {
+ test("allow CREATE EXTERNAL TABLE ... USING ... AS query if location is
specified") {
Review comment:
and here too. If this test happen to be broken, it's likely there's an
issue in the current change.
----------------------------------------------------------------
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]