cloud-fan commented on a change in pull request #26736: [SPARK-30098][SQL] Use 
default datasource as provider for CREATE TABLE syntax
URL: https://github.com/apache/spark/pull/26736#discussion_r353176791
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLParserSuite.scala
 ##########
 @@ -773,7 +774,7 @@ class DDLParserSuite extends AnalysisTest with 
SharedSparkSession {
   }
 
   test("create table - basic") {
-    val query = "CREATE TABLE my_table (id int, name string)"
+    val query = "CREATE TABLE my_table (id int, name string) STORED AS 
textfile"
 
 Review comment:
   shall we update the test assertions? We do want to test the basic CREATE 
TABLE command and make sure the created table is a native parquet table.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to