Sean Zhong created SPARK-15674: ---------------------------------- Summary: Deprecates "CREATE TEMPORARY TABLE USING...", use "CREATE TEMPORARY VIEW USING..." instead. Key: SPARK-15674 URL: https://issues.apache.org/jira/browse/SPARK-15674 Project: Spark Issue Type: Improvement Components: SQL Reporter: Sean Zhong Priority: Minor
The current implementation of "CREATE TEMPORARY TABLE USING..." is actually creating a temporary VIEW behind the scene. We probably should just use "CREATE TEMPORARY VIEW USING..." instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org