Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/12872#discussion_r61908892
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLViewSuite.scala
---
@@ -69,18 +100,105 @@ class SQLViewSuite extends QueryTest with
SQLTestUtils with TestHiveSingleton {
}
}
+ test("correctly parse CREATE TEMPORARY VIEW statement") {
+ withSQLConf(SQLConf.NATIVE_VIEW.key -> "true") {
--- End diff --
This line can be removed now since we no longer support non native view. If
there still a config option for native view, can you remove that as well?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]