njriasan opened a new pull request, #3350:
URL: https://github.com/apache/calcite/pull/3350

   Updates the SnowflakeSQLDialect to fix the unparse implementation for SQL 
Literals. In Snowflake the qualifier is not a keyword and is instead included 
as part of the string literal that contains the integer: 
https://docs.snowflake.com/en/sql-reference/data-types-datetime#interval-constants.
   
   This doesn't attempt to implement any additional interval parsing support 
for Snowflake, so there are still gaps that remain (e.g. sub-second intervals 
and multiple intervals). 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to