Mihailo Milosevic created SPARK-52156: -----------------------------------------
Summary: 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 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