Closed
Conversation
Co-authored-by: Soma Mondal <soma.mondal.datametica.com>
* Snowflake: Date +/- Integer * Snowflake: Date +/- Integer Co-authored-by: Soma Mondal <soma.mondal.datametica.com>
* RPAD and LPAD hive spark * Fix build failure * Fix review comments * Fix review comments * Fix review comments
* Support for length has been added for snowflake * mapped to char_length * test case added
* Support for to_varchar in snowflakesqldialect
* Format support
* Fix codestyle issues
* Added support for to_varchar
* Fix test case for to_varchar
* RAV-1405: Support to_varchar in snowflake
* RAV-1405: Snowflake dialect update
* update to_varchar logic
* refactor code
* Fix review comments{
* Fix test cases failure for snowflake
* Correction for decimal value
* Change comparison logic in PaddingFunctionUtil' * Fix issue in group by * Fix YYYYMM year month issue
* Change comparison logic in PaddingFunctionUtil' * Fix issue in group by * Fix YYYYMM year month issue * Fix MMYY issue in BigQuerySqlDialect
…d in group by are treated same as literal (#97)
* [RAV-1747]IN/NOT IN not supported in JOIN * [RAV-1855]Illegal escape sequence: \_
… Other Function (#102)
* coalesce function * regexp_substr * support for coalesce * correct * coalesce function * coalesce function * coalesce function
…or hasAggFunctionInGroupBy method (#105)
* TimestampToDate function conversion * TimestampToDate function checkstyle changes * Parameter Type change. * Handled String And Timestamp Datatype in Date Function Co-authored-by: gaurav.chavan <gaurav.chavan@datametica.com>
* FormatDateTime function changes Co-authored-by: gaurav.chavan <chavangaurav366@gmail.com>
support for trim function
# Conflicts: # core/src/main/java/org/apache/calcite/sql/dialect/SnowflakeSqlDialect.java
* RAV-4085: Added IFF support in calcite * RAV-4085: Added IFF support in calcite
…ToSql.Hence modifying for TD. Teradata supports VALUES only in INSERT; not in a FROM clause.
…AV-RoundFunctionSynapseSupport � Conflicts: � core/src/main/java/org/apache/calcite/sql/dialect/MssqlSqlDialect.java
…ForSynapse Rav 4825 round function support for synapse
…AV-4830-TruncFunctionSupportForSynapse � Conflicts: � core/src/main/java/org/apache/calcite/sql/dialect/MssqlSqlDialect.java
…ForSynapse Rav 4830 trunc function support for synapse
…AV-4755-NVLSynapseSupport
Rav 4755 nvl synapse support
LAST_DAY unparsing for mssql
Extract support in MsSql
…AV-4830-TruncFunctionSupportForSynapse
…ForSynapse Rav 4830 trunc function support for synapse
Author
|
Opened by mitake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for HHMISS