Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.31.0
-
None
Description
The syntax used by Firebolt for the operator INTERVAL does not match with the query generated. To fix it, the method unparseSqlIntervalLiteral must be implemented in the dialect.
What we get with the current dialect:
<date_column> + INTERVAL '1' DAY
Format supported by Firebolt
<date_column> + INTERVAL '1 DAY'