[ https://issues.apache.org/jira/browse/SPARK-52156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-52156. --------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 50902 [https://github.com/apache/spark/pull/50902] > Put legacy CREATE TEMPORARY TABLE ... USING provider under the flag > ------------------------------------------------------------------- > > Key: SPARK-52156 > URL: https://issues.apache.org/jira/browse/SPARK-52156 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 4.1.0 > Reporter: Mihailo Milosevic > Assignee: Mihailo Milosevic > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > CREATE TEMPORARY TABLE ... USING provider is a legacy syntax which calls for > CREATE TEMPORARY VIEW instead and stores the view as a LogicalPlan. This > could pose problems for systems that rely on sqlText being present. This > ticket introduces the option for the user to block this syntax. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org