LantaoJin commented on a change in pull request #26097: [SPARK-29421][SQL]
Supporting Create Table Like Using Provider
URL: https://github.com/apache/spark/pull/26097#discussion_r344533153
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
##########
@@ -1223,16 +1223,19 @@ class HiveDDLSuite
}
test("CREATE TABLE LIKE a temporary view") {
- // CREATE TABLE LIKE a temporary view.
- withCreateTableLikeTempView(location = None)
+ Seq(None, Some("parquet"), Some("orc")) foreach { provider =>
Review comment:
Oh. Check the description please. This PR is to address the first item.
STORED AS hiveFormat will be open when this done.
https://github.com/apache/spark/pull/26097#issue-327424759
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]