You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a query that contains more than one UNION expression, CTEs do not get fully extracted to the start of the generated SQL query, resulting in a syntax error:
impala.error.HiveServer2Error: AnalysisException: Syntax error in line 12:
WITH t0 AS (
^
Encountered: WITH
Expected: INSERT, SELECT, UPSERT, VALUES, COMMA
CAUSED BY: Exception: Syntax error
The text was updated successfully, but these errors were encountered:
When creating a query that contains more than one UNION expression, CTEs do not get fully extracted to the start of the generated SQL query, resulting in a syntax error:
The text was updated successfully, but these errors were encountered: