[ https://issues.apache.org/jira/browse/SPARK-48929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated SPARK-48929: ----------------------------------- Labels: pull-request-available (was: ) > View fails with internal error after upgrade causes expected syntax error. > -------------------------------------------------------------------------- > > Key: SPARK-48929 > URL: https://issues.apache.org/jira/browse/SPARK-48929 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 4.0.0 > Reporter: Serge Rielau > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > > On older Spark: > CREATE VIEW v AS SELECT 1 ! IN (2); > SEELCT * FROM v; > => true > Upgrade to Spark 4 > SELECT * FROM v; > Internal errorĀ > This makes it hard to debug the problem. > Rather than assuming that failure to parse a view text is an internal error > we should assume something like upgrade broke it and expose the actual error -- 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