Calcite/rnbs 133/revert date trunc changes#2830
Closed
InderjeetVishnoi wants to merge 892 commits intoapache:mainfrom
Closed
Calcite/rnbs 133/revert date trunc changes#2830InderjeetVishnoi wants to merge 892 commits intoapache:mainfrom
InderjeetVishnoi wants to merge 892 commits intoapache:mainfrom
Conversation
RAV-5487:datetime_add(timestamp minus interval hour second)
…atametica/calcite into dm_calcite_19_dec_master_merge
…atametica/calcite into dm_calcite_19_dec_master_merge � Conflicts: � core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java
…atametica/calcite into dm_calcite_19_dec_master_merge
…atametica/calcite � Conflicts: � core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java � core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java � core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java � core/src/main/java/org/apache/calcite/sql/SqlDialect.java � core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java � core/src/main/java/org/apache/calcite/sql/dialect/DateTimestampFormatUtil.java � core/src/main/java/org/apache/calcite/sql/dialect/ExtractFunctionFormatUtil.java � core/src/main/java/org/apache/calcite/sql/dialect/HiveSqlDialect.java � core/src/main/java/org/apache/calcite/sql/dialect/MssqlSqlDialect.java � core/src/main/java/org/apache/calcite/sql/dialect/SnowflakeSqlDialect.java � core/src/main/java/org/apache/calcite/sql/dialect/SparkSqlDialect.java � core/src/main/java/org/apache/calcite/sql/fun/SqlCaseOperator.java � core/src/main/java/org/apache/calcite/sql/fun/SqlLibrary.java � core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java � core/src/main/java/org/apache/calcite/sql/fun/SqlNtileAggFunction.java � core/src/main/java/org/apache/calcite/sql/validate/SqlAbstractConformance.java � core/src/main/java/org/apache/calcite/sql/validate/SqlConformance.java � core/src/main/java/org/apache/calcite/sql/validate/SqlConformanceEnum.java � core/src/main/java/org/apache/calcite/util/BuiltInMethod.java � core/src/main/java/org/apache/calcite/util/interval/BigQueryDateTimestampInterval.java � core/src/main/java/org/apache/calcite/util/interval/DateTimestampIntervalUtil.java � core/src/main/java/org/apache/calcite/util/interval/HiveDateTimestampInterval.java � core/src/main/java/org/apache/calcite/util/interval/IntervalUtils.java � core/src/main/java/org/apache/calcite/util/interval/SnowflakeDateTimestampInterval.java � core/src/main/java/org/apache/calcite/util/interval/SparkDateTimestampInterval.java � core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java � core/src/test/java/org/apache/calcite/test/SqlFunctionsTest.java
…yAndLeftOrRightJoinFix RAV-8545: Cross Join with Sub Query and Left/Right Join Fix
…ield ordinal out of range.
…aven/RAV-8972_CrossJoinToInnerJoinFix_java.lang.AssertionError_FieldOrdinalOutOfRange
…erJoinFix_java.lang.AssertionError_FieldOrdinalOutOfRange raven/RAV-8972: CrossJoinToInnerJoinFix: java.lang.AssertionError_FieldOrdinalOutOfRange
…aven/RAV-8972_CrossJoinToInnerJoinFix_java.lang.AssertionError_FieldOrdinalOutOfRange
…erJoinFix_java.lang.AssertionError_FieldOrdinalOutOfRange raven/RAV-8972: CrossJoinToInnerJoinFix: java.lang.AssertionError_FieldOrdinalOutOfRange
method of class FilterExtractInnerJoinRule
method of class FilterExtractInnerJoinRule
…_with_table_in_join_predicate RAV-8108:Unsupported Subquery with table in join predicate
SqlDataTypeSpecTest
…sInMergeInserClause
SqlDataTypeSpecTest - Negative Scale Regex
SqlDataTypeSpecTest - Negative Scale Regex - checkstyleTest
…_ZONE Conversion.
RNBS-133::Added support for NZ-BQ DATE_TRUNC/TIME_TRUNC
…AVTDBQ-20_TIMESTAMP_With_Time_Zone_to_TIMESTAMP_Conversion
…e_Zone_to_TIMESTAMP_Conversion Resolved: Fixed TIMESTAMP With Time Zone to TIMESTAMP_WITH_LOCAL_TIME_ZONE Conversion.
Flag to check if Insert clause in Merge queries require columns
This reverts commit 5c1adb7.
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.
Reverted the changes related to DATE_TRUNC support