Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
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
Attachments
Issue Links
- links to