Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
Release note update:
Starting from 2.0.0, Spark SQL handles views natively by default. When defining a view, now Spark SQL canonicalizes view definition by generating a canonical SQL statement from the parsed logical query plan, and then stores it into the catalog. If you hit any problems, you may try to turn off native view by setting spark.sql.nativeView to false.
Attachments
Issue Links
- is related to
-
SPARK-11012 Canonicalize view definitions
- Resolved
- links to