cloud-fan commented on a change in pull request #30705:
URL: https://github.com/apache/spark/pull/30705#discussion_r540166798



##########
File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
##########
@@ -2818,33 +2819,29 @@ class HiveDDLSuite
       }.getMessage
       assert(e.contains("Operation not allowed: CREATE TABLE LIKE ... USING 
... STORED AS"))
 
-      // row format works with STORED AS hive format (from hive table)
-      spark.sql(
-        """
-          |CREATE TABLE targetHiveTable1 LIKE sourceHiveTable STORED AS PARQUET
-          |ROW FORMAT SERDE 
'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'
-          |WITH SERDEPROPERTIES ('test' = 'test')
+      // row format incompatible with parquet format (from hive table)

Review comment:
       is it covered by the new test?




----------------------------------------------------------------
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]

Reply via email to