[jira] [Created] (CALCITE-6366) Code generated by EnumUtils#convert should throw an exception if the target type is overflowed

2024-04-15 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-6366: -- Summary: Code generated by EnumUtils#convert should throw an exception if the target type is overflowed Key: CALCITE-6366 URL: https://issues.apache.org/jira/browse/CALCITE-6366

[jira] [Created] (CALCITE-6338) RelMdCollation#project can return an incomplete list of collations

2024-03-21 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-6338: -- Summary: RelMdCollation#project can return an incomplete list of collations Key: CALCITE-6338 URL: https://issues.apache.org/jira/browse/CALCITE-6338 Project: Calcite

[jira] [Created] (CALCITE-6089) EnumerableSortedAggregate fails with ClassCastException: class X cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList

2023-11-03 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-6089: -- Summary: EnumerableSortedAggregate fails with ClassCastException: class X cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList Key: CALCITE-6089 URL:

[jira] [Created] (CALCITE-6087) EnumerableSortedAggregate returns incorrect result when input is empty

2023-11-02 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-6087: -- Summary: EnumerableSortedAggregate returns incorrect result when input is empty Key: CALCITE-6087 URL: https://issues.apache.org/jira/browse/CALCITE-6087 Project:

[jira] [Created] (CALCITE-5980) QuidemTest are not effectively executed on Windows

2023-09-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5980: -- Summary: QuidemTest are not effectively executed on Windows Key: CALCITE-5980 URL: https://issues.apache.org/jira/browse/CALCITE-5980 Project: Calcite Issue

[jira] [Created] (CALCITE-5977) RexLiteral returns the same value for TIMESTAMP and TIMESTAMP_WITH_LOCAL_TIME_ZONE

2023-09-05 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5977: -- Summary: RexLiteral returns the same value for TIMESTAMP and TIMESTAMP_WITH_LOCAL_TIME_ZONE Key: CALCITE-5977 URL: https://issues.apache.org/jira/browse/CALCITE-5977

[jira] [Created] (CALCITE-5967) UnsupportedOperationException while implementing call that requires a special collator

2023-08-29 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5967: -- Summary: UnsupportedOperationException while implementing call that requires a special collator Key: CALCITE-5967 URL: https://issues.apache.org/jira/browse/CALCITE-5967

[jira] [Created] (CALCITE-5903) RelMdCollation does not define collations for EnumerableLimit

2023-08-07 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5903: -- Summary: RelMdCollation does not define collations for EnumerableLimit Key: CALCITE-5903 URL: https://issues.apache.org/jira/browse/CALCITE-5903 Project: Calcite

[jira] [Created] (CALCITE-5839) EnumerableInterpretable#StaticFieldDetector can overwrite its flag and return an incorrect result

2023-07-12 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5839: -- Summary: EnumerableInterpretable#StaticFieldDetector can overwrite its flag and return an incorrect result Key: CALCITE-5839 URL: https://issues.apache.org/jira/browse/CALCITE-5839

[jira] [Created] (CALCITE-5789) Query with two nested subqueries where the inner-most references the outer-most table returns wrong result

2023-06-20 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5789: -- Summary: Query with two nested subqueries where the inner-most references the outer-most table returns wrong result Key: CALCITE-5789 URL:

[jira] [Created] (CALCITE-5679) HepPlanner#buildFinalplan: do not clear metadata cache if RelNode has not changed

2023-04-28 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5679: -- Summary: HepPlanner#buildFinalplan: do not clear metadata cache if RelNode has not changed Key: CALCITE-5679 URL: https://issues.apache.org/jira/browse/CALCITE-5679

[jira] [Created] (CALCITE-5559) Improve RepeatUnion by discarding duplicates at TableSpool level

2023-03-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5559: -- Summary: Improve RepeatUnion by discarding duplicates at TableSpool level Key: CALCITE-5559 URL: https://issues.apache.org/jira/browse/CALCITE-5559 Project: Calcite

[jira] [Created] (CALCITE-5401) Rule fired by HepPlanner can return Volcano's RelSubset

2022-11-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5401: -- Summary: Rule fired by HepPlanner can return Volcano's RelSubset Key: CALCITE-5401 URL: https://issues.apache.org/jira/browse/CALCITE-5401 Project: Calcite

[jira] [Created] (CALCITE-5277) Make EnumerableRelImplementor stashedParameters order deterministic to increase BINDABLE_CACHE hit rate

2022-09-08 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5277: -- Summary: Make EnumerableRelImplementor stashedParameters order deterministic to increase BINDABLE_CACHE hit rate Key: CALCITE-5277 URL:

[jira] [Created] (CALCITE-5263) Improve XmlFunctions by using an XML DocumentBuilder

2022-09-03 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5263: -- Summary: Improve XmlFunctions by using an XML DocumentBuilder Key: CALCITE-5263 URL: https://issues.apache.org/jira/browse/CALCITE-5263 Project: Calcite Issue

[jira] [Created] (CALCITE-5221) Upgrade Calcite to Avatica 1.22

2022-07-28 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5221: -- Summary: Upgrade Calcite to Avatica 1.22 Key: CALCITE-5221 URL: https://issues.apache.org/jira/browse/CALCITE-5221 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-5218) WIP

2022-07-23 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5218: -- Summary: WIP Key: CALCITE-5218 URL: https://issues.apache.org/jira/browse/CALCITE-5218 Project: Calcite Issue Type: Bug Components: avatica

[jira] [Created] (CALCITE-5188) Review (and improve?) hints

2022-06-10 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5188: -- Summary: Review (and improve?) hints Key: CALCITE-5188 URL: https://issues.apache.org/jira/browse/CALCITE-5188 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-5177) Query loses hint after decorrelation

2022-06-02 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5177: -- Summary: Query loses hint after decorrelation Key: CALCITE-5177 URL: https://issues.apache.org/jira/browse/CALCITE-5177 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-5075) Build fails due to rat check on Gemfile.lock

2022-03-31 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5075: -- Summary: Build fails due to rat check on Gemfile.lock Key: CALCITE-5075 URL: https://issues.apache.org/jira/browse/CALCITE-5075 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-5003) MergeUnion on types with different collators produces wrong result

2022-02-08 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5003: -- Summary: MergeUnion on types with different collators produces wrong result Key: CALCITE-5003 URL: https://issues.apache.org/jira/browse/CALCITE-5003 Project: Calcite

[jira] [Created] (CALCITE-4995) ArrayIndexOutOfBoundsException caused by RelFieldTrimmer on SEMI/ANTI join

2022-01-31 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4995: -- Summary: ArrayIndexOutOfBoundsException caused by RelFieldTrimmer on SEMI/ANTI join Key: CALCITE-4995 URL: https://issues.apache.org/jira/browse/CALCITE-4995 Project:

[jira] [Created] (CALCITE-4941) SemiJoinRule loses hints

2021-12-14 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4941: -- Summary: SemiJoinRule loses hints Key: CALCITE-4941 URL: https://issues.apache.org/jira/browse/CALCITE-4941 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-4834) JaninoRelMetadataProvider uses hardcoded class name

2021-10-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4834: -- Summary: JaninoRelMetadataProvider uses hardcoded class name Key: CALCITE-4834 URL: https://issues.apache.org/jira/browse/CALCITE-4834 Project: Calcite Issue

[jira] [Created] (CALCITE-4773) RelDecorrelator's RemoveSingleAggregateRule produces result with wrong row type

2021-09-13 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4773: -- Summary: RelDecorrelator's RemoveSingleAggregateRule produces result with wrong row type Key: CALCITE-4773 URL: https://issues.apache.org/jira/browse/CALCITE-4773

[jira] [Created] (CALCITE-4741) AbstractRelNode#getId can overflow into a negative value causing CompileException in certain Enumerable implement methods

2021-08-17 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4741: -- Summary: AbstractRelNode#getId can overflow into a negative value causing CompileException in certain Enumerable implement methods Key: CALCITE-4741 URL:

[jira] [Created] (CALCITE-4623) Review if SemiJoinRule shall / shall not match SEMI join

2021-05-26 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4623: -- Summary: Review if SemiJoinRule shall / shall not match SEMI join Key: CALCITE-4623 URL: https://issues.apache.org/jira/browse/CALCITE-4623 Project: Calcite

[jira] [Created] (CALCITE-4621) SemiJoinRule throws AssertionError on ANTI join

2021-05-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4621: -- Summary: SemiJoinRule throws AssertionError on ANTI join Key: CALCITE-4621 URL: https://issues.apache.org/jira/browse/CALCITE-4621 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-4492) ExceptionInInitializerError caused by ImmutableBeans

2021-02-10 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4492: -- Summary: ExceptionInInitializerError caused by ImmutableBeans Key: CALCITE-4492 URL: https://issues.apache.org/jira/browse/CALCITE-4492 Project: Calcite Issue

[jira] [Created] (CALCITE-4475) New Sort SEMI/ANTI Join Transpose optimization

2021-01-22 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4475: -- Summary: New Sort SEMI/ANTI Join Transpose optimization Key: CALCITE-4475 URL: https://issues.apache.org/jira/browse/CALCITE-4475 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-4453) RexExecutorImpl#compile should use RexBuilder's type factory if possible

2021-01-04 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4453: -- Summary: RexExecutorImpl#compile should use RexBuilder's type factory if possible Key: CALCITE-4453 URL: https://issues.apache.org/jira/browse/CALCITE-4453 Project:

[jira] [Created] (CALCITE-4437) The Sort rel should be decorrelated even though it has fetch or limit when it is not inside a Correlate

2020-12-11 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4437: -- Summary: The Sort rel should be decorrelated even though it has fetch or limit when it is not inside a Correlate Key: CALCITE-4437 URL:

[jira] [Created] (CALCITE-4419) Posix regex operators cannot be used within RelBuilder

2020-11-23 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4419: -- Summary: Posix regex operators cannot be used within RelBuilder Key: CALCITE-4419 URL: https://issues.apache.org/jira/browse/CALCITE-4419 Project: Calcite Issue

[jira] [Created] (CALCITE-4415) SqlStdOperatorTable.NOT_LIKE has a wrong implementor

2020-11-20 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4415: -- Summary: SqlStdOperatorTable.NOT_LIKE has a wrong implementor Key: CALCITE-4415 URL: https://issues.apache.org/jira/browse/CALCITE-4415 Project: Calcite Issue

[jira] [Created] (CALCITE-4414) RelMdSelectivity#getSelectivity for Calc can propagate a predicate with wrong references

2020-11-20 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4414: -- Summary: RelMdSelectivity#getSelectivity for Calc can propagate a predicate with wrong references Key: CALCITE-4414 URL: https://issues.apache.org/jira/browse/CALCITE-4414

[jira] [Created] (CALCITE-4409) Improve exception when RelBuilder tries to create a field on a non-struct expression

2020-11-19 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4409: -- Summary: Improve exception when RelBuilder tries to create a field on a non-struct expression Key: CALCITE-4409 URL: https://issues.apache.org/jira/browse/CALCITE-4409

[jira] [Created] (CALCITE-4356) Support recursive queries in SqlToRel and RelToSql converters

2020-10-26 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4356: -- Summary: Support recursive queries in SqlToRel and RelToSql converters Key: CALCITE-4356 URL: https://issues.apache.org/jira/browse/CALCITE-4356 Project: Calcite

[jira] [Created] (CALCITE-4315) NPE in RelMdUtil#checkInputForCollationAndLimit

2020-10-07 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4315: -- Summary: NPE in RelMdUtil#checkInputForCollationAndLimit Key: CALCITE-4315 URL: https://issues.apache.org/jira/browse/CALCITE-4315 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-4312) Review gradlew prepareVote draft email

2020-10-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4312: -- Summary: Review gradlew prepareVote draft email Key: CALCITE-4312 URL: https://issues.apache.org/jira/browse/CALCITE-4312 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-4300) EnumerableBatchNestedLoopJoin dynamic code generation can lead to variable name issues if two EBNLJ are nested

2020-10-01 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4300: -- Summary: EnumerableBatchNestedLoopJoin dynamic code generation can lead to variable name issues if two EBNLJ are nested Key: CALCITE-4300 URL:

[jira] [Created] (CALCITE-4291) Release Calcite 1.26.0

2020-09-28 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4291: -- Summary: Release Calcite 1.26.0 Key: CALCITE-4291 URL: https://issues.apache.org/jira/browse/CALCITE-4291 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-4275) EnumerableMergeJoin#create does not set EnumerableConvention in the trait set

2020-09-24 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4275: -- Summary: EnumerableMergeJoin#create does not set EnumerableConvention in the trait set Key: CALCITE-4275 URL: https://issues.apache.org/jira/browse/CALCITE-4275 Project:

[jira] [Created] (CALCITE-4261) Join with three tables causes IllegalArgumentException in EnumerableBatchNestedLoopJoinRule

2020-09-17 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4261: -- Summary: Join with three tables causes IllegalArgumentException in EnumerableBatchNestedLoopJoinRule Key: CALCITE-4261 URL: https://issues.apache.org/jira/browse/CALCITE-4261

[jira] [Created] (CALCITE-4258) SqlToRelConverter: SELECT 1 IS [NOT] DISTINCT FROM NULL fails with AssertionError

2020-09-15 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4258: -- Summary: SqlToRelConverter: SELECT 1 IS [NOT] DISTINCT FROM NULL fails with AssertionError Key: CALCITE-4258 URL: https://issues.apache.org/jira/browse/CALCITE-4258

[jira] [Created] (CALCITE-4244) Minor improvements in EnumerableBatchNestedLoopJoin cost computation

2020-09-10 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4244: -- Summary: Minor improvements in EnumerableBatchNestedLoopJoin cost computation Key: CALCITE-4244 URL: https://issues.apache.org/jira/browse/CALCITE-4244 Project: Calcite

[jira] [Created] (CALCITE-4208) Improve metadata row count for Join

2020-09-01 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4208: -- Summary: Improve metadata row count for Join Key: CALCITE-4208 URL: https://issues.apache.org/jira/browse/CALCITE-4208 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-4195) Cast from character to character with a different collator is not monotonic

2020-08-26 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4195: -- Summary: Cast from character to character with a different collator is not monotonic Key: CALCITE-4195 URL: https://issues.apache.org/jira/browse/CALCITE-4195 Project:

[jira] [Created] (CALCITE-4193) Implemente new sort operator: EnumerableExternalSort

2020-08-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4193: -- Summary: Implemente new sort operator: EnumerableExternalSort Key: CALCITE-4193 URL: https://issues.apache.org/jira/browse/CALCITE-4193 Project: Calcite Issue

[jira] [Created] (CALCITE-4162) Review the usage of assertions

2020-08-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4162: -- Summary: Review the usage of assertions Key: CALCITE-4162 URL: https://issues.apache.org/jira/browse/CALCITE-4162 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-4156) ReflectiveRelMetadataProvider constructor should throw an exception (instead of assertion) when called with an empty map

2020-08-05 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4156: -- Summary: ReflectiveRelMetadataProvider constructor should throw an exception (instead of assertion) when called with an empty map Key: CALCITE-4156 URL:

[jira] [Created] (CALCITE-4139) Prevent NPE in ListTransientTable

2020-07-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4139: -- Summary: Prevent NPE in ListTransientTable Key: CALCITE-4139 URL: https://issues.apache.org/jira/browse/CALCITE-4139 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-4127) Reove final from AbstractRelNode#getRelTypeName

2020-07-17 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4127: -- Summary: Reove final from AbstractRelNode#getRelTypeName Key: CALCITE-4127 URL: https://issues.apache.org/jira/browse/CALCITE-4127 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-4123) Make EnumerableMergeJoin constructor protected

2020-07-15 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4123: -- Summary: Make EnumerableMergeJoin constructor protected Key: CALCITE-4123 URL: https://issues.apache.org/jira/browse/CALCITE-4123 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-4113) Support LEFT join in EnumerableMergeJoin

2020-07-08 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4113: -- Summary: Support LEFT join in EnumerableMergeJoin Key: CALCITE-4113 URL: https://issues.apache.org/jira/browse/CALCITE-4113 Project: Calcite Issue Type: New

[jira] [Created] (CALCITE-4099) Unify Strong.Policy and NullPolicy

2020-07-01 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4099: -- Summary: Unify Strong.Policy and NullPolicy Key: CALCITE-4099 URL: https://issues.apache.org/jira/browse/CALCITE-4099 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-4094) Allow SqlUserDefinedFunction to define an optional Strong.Policy

2020-06-29 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4094: -- Summary: Allow SqlUserDefinedFunction to define an optional Strong.Policy Key: CALCITE-4094 URL: https://issues.apache.org/jira/browse/CALCITE-4094 Project: Calcite

[jira] [Created] (CALCITE-4084) Cassandra tests: random initializationError

2020-06-23 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4084: -- Summary: Cassandra tests: random initializationError Key: CALCITE-4084 URL: https://issues.apache.org/jira/browse/CALCITE-4084 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-4064) Unnest on array with nested structs causes ArrayStoreException

2020-06-13 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4064: -- Summary: Unnest on array with nested structs causes ArrayStoreException Key: CALCITE-4064 URL: https://issues.apache.org/jira/browse/CALCITE-4064 Project: Calcite

[jira] [Created] (CALCITE-4063) Correlate with Unnest an array of structs causes ClassCastException

2020-06-12 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4063: -- Summary: Correlate with Unnest an array of structs causes ClassCastException Key: CALCITE-4063 URL: https://issues.apache.org/jira/browse/CALCITE-4063 Project: Calcite

[jira] [Created] (CALCITE-4055) RelFieldTrimmer loses hints

2020-06-09 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4055: -- Summary: RelFieldTrimmer loses hints Key: CALCITE-4055 URL: https://issues.apache.org/jira/browse/CALCITE-4055 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-4054) RepeatUnion containing a Correlate with a transientScan on its RHS causes NPE

2020-06-09 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4054: -- Summary: RepeatUnion containing a Correlate with a transientScan on its RHS causes NPE Key: CALCITE-4054 URL: https://issues.apache.org/jira/browse/CALCITE-4054 Project:

[jira] [Created] (CALCITE-4043) Improve IllegalArgumentException message in RelBuilder#field

2020-06-04 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4043: -- Summary: Improve IllegalArgumentException message in RelBuilder#field Key: CALCITE-4043 URL: https://issues.apache.org/jira/browse/CALCITE-4043 Project: Calcite

[jira] [Created] (CALCITE-4042) JoinCommuteRule should not match SEMI / ANTI join

2020-06-04 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4042: -- Summary: JoinCommuteRule should not match SEMI / ANTI join Key: CALCITE-4042 URL: https://issues.apache.org/jira/browse/CALCITE-4042 Project: Calcite Issue

[jira] [Created] (CALCITE-4041) Implement trait propagation for EnumerableCorrelate

2020-06-04 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4041: -- Summary: Implement trait propagation for EnumerableCorrelate Key: CALCITE-4041 URL: https://issues.apache.org/jira/browse/CALCITE-4041 Project: Calcite Issue

[jira] [Created] (CALCITE-3953) SqlToRelConverter creates char literal with coercibility IMPLICIT

2020-04-23 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3953: -- Summary: SqlToRelConverter creates char literal with coercibility IMPLICIT Key: CALCITE-3953 URL: https://issues.apache.org/jira/browse/CALCITE-3953 Project: Calcite

[jira] [Created] (CALCITE-3951) Support different comparison based on collation

2020-04-22 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3951: -- Summary: Support different comparison based on collation Key: CALCITE-3951 URL: https://issues.apache.org/jira/browse/CALCITE-3951 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3926) CannotPlanException when an empty LogicalValues requires a certain collation

2020-04-15 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3926: -- Summary: CannotPlanException when an empty LogicalValues requires a certain collation Key: CALCITE-3926 URL: https://issues.apache.org/jira/browse/CALCITE-3926 Project:

[jira] [Created] (CALCITE-3854) Add a rule to copy a Sort below a Correlate operator

2020-03-11 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3854: -- Summary: Add a rule to copy a Sort below a Correlate operator Key: CALCITE-3854 URL: https://issues.apache.org/jira/browse/CALCITE-3854 Project: Calcite Issue

[jira] [Created] (CALCITE-3853) Minor improvements in SortJoinCopyRule

2020-03-11 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3853: -- Summary: Minor improvements in SortJoinCopyRule Key: CALCITE-3853 URL: https://issues.apache.org/jira/browse/CALCITE-3853 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-3846) EnumerableMergeJoin: wrong comparison of composite key with null values

2020-03-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3846: -- Summary: EnumerableMergeJoin: wrong comparison of composite key with null values Key: CALCITE-3846 URL: https://issues.apache.org/jira/browse/CALCITE-3846 Project:

[jira] [Created] (CALCITE-3837) AntiJoin with empty right input can always be transformed as its left input

2020-03-02 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3837: -- Summary: AntiJoin with empty right input can always be transformed as its left input Key: CALCITE-3837 URL: https://issues.apache.org/jira/browse/CALCITE-3837 Project:

[jira] [Created] (CALCITE-3834) Support AntiJoin in EnumerableMergeJoin

2020-02-27 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3834: -- Summary: Support AntiJoin in EnumerableMergeJoin Key: CALCITE-3834 URL: https://issues.apache.org/jira/browse/CALCITE-3834 Project: Calcite Issue Type: New

[jira] [Created] (CALCITE-3833) Support SemiJoin in EnumerableMergeJoin

2020-02-27 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3833: -- Summary: Support SemiJoin in EnumerableMergeJoin Key: CALCITE-3833 URL: https://issues.apache.org/jira/browse/CALCITE-3833 Project: Calcite Issue Type: New

[jira] [Created] (CALCITE-3829) MergeJoinEnumerator should not use inputs enumerators until it is really required

2020-02-26 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3829: -- Summary: MergeJoinEnumerator should not use inputs enumerators until it is really required Key: CALCITE-3829 URL: https://issues.apache.org/jira/browse/CALCITE-3829

[jira] [Created] (CALCITE-3828) MergeJoin throws NPE in case of null keys

2020-02-26 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3828: -- Summary: MergeJoin throws NPE in case of null keys Key: CALCITE-3828 URL: https://issues.apache.org/jira/browse/CALCITE-3828 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-3820) EnumerableDefaults#orderBy should be lazily computed + support enumerator re-initialization

2020-02-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3820: -- Summary: EnumerableDefaults#orderBy should be lazily computed + support enumerator re-initialization Key: CALCITE-3820 URL: https://issues.apache.org/jira/browse/CALCITE-3820

[jira] [Created] (CALCITE-3804) Use RelCollation interface in RelCollationImpl compareTo and satisfies methods

2020-02-17 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3804: -- Summary: Use RelCollation interface in RelCollationImpl compareTo and satisfies methods Key: CALCITE-3804 URL: https://issues.apache.org/jira/browse/CALCITE-3804

[jira] [Created] (CALCITE-3783) Rule to remove Join on top of empty Values

2020-02-11 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3783: -- Summary: Rule to remove Join on top of empty Values Key: CALCITE-3783 URL: https://issues.apache.org/jira/browse/CALCITE-3783 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3773) Wrong parameter in EnumerableMergeJoin::create method

2020-02-05 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3773: -- Summary: Wrong parameter in EnumerableMergeJoin::create method Key: CALCITE-3773 URL: https://issues.apache.org/jira/browse/CALCITE-3773 Project: Calcite Issue

[jira] [Created] (CALCITE-3711) Correlate should override estimateRowCount

2020-01-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3711: -- Summary: Correlate should override estimateRowCount Key: CALCITE-3711 URL: https://issues.apache.org/jira/browse/CALCITE-3711 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3598) ClassCastException in MaterializationTest testJoinMaterialization8 and testJoinMaterialization9

2019-12-12 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3598: -- Summary: ClassCastException in MaterializationTest testJoinMaterialization8 and testJoinMaterialization9 Key: CALCITE-3598 URL: https://issues.apache.org/jira/browse/CALCITE-3598

[jira] [Created] (CALCITE-3585) Deprecate EnumerableJoinRule in favor of EnumerableHashJoinRule + EnumerableNestedLoopJoinRule

2019-12-10 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3585: -- Summary: Deprecate EnumerableJoinRule in favor of EnumerableHashJoinRule + EnumerableNestedLoopJoinRule Key: CALCITE-3585 URL: https://issues.apache.org/jira/browse/CALCITE-3585

[jira] [Created] (CALCITE-3555) Remove EnumerableDefaults in favor of default implementations of interface methods

2019-12-03 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3555: -- Summary: Remove EnumerableDefaults in favor of default implementations of interface methods Key: CALCITE-3555 URL: https://issues.apache.org/jira/browse/CALCITE-3555

[jira] [Created] (CALCITE-3546) Improve EnumerableDefaults nested loop join

2019-11-28 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3546: -- Summary: Improve EnumerableDefaults nested loop join Key: CALCITE-3546 URL: https://issues.apache.org/jira/browse/CALCITE-3546 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3542) Implement RepeatUnion All=false

2019-11-27 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3542: -- Summary: Implement RepeatUnion All=false Key: CALCITE-3542 URL: https://issues.apache.org/jira/browse/CALCITE-3542 Project: Calcite Issue Type: New Feature

[jira] [Created] (CALCITE-3539) EnumerableDefaults#nestedLoopJoin returns duplicates for JoinType.SEMI

2019-11-27 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3539: -- Summary: EnumerableDefaults#nestedLoopJoin returns duplicates for JoinType.SEMI Key: CALCITE-3539 URL: https://issues.apache.org/jira/browse/CALCITE-3539 Project:

[jira] [Created] (CALCITE-3535) EnumerableJoinRule: remove unnecessary Filter on top of INNER Join

2019-11-25 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3535: -- Summary: EnumerableJoinRule: remove unnecessary Filter on top of INNER Join Key: CALCITE-3535 URL: https://issues.apache.org/jira/browse/CALCITE-3535 Project: Calcite

[jira] [Created] (CALCITE-3484) SqlToRelConverter: ClassCastException when processing a query with ANY and UNNEST

2019-11-08 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3484: -- Summary: SqlToRelConverter: ClassCastException when processing a query with ANY and UNNEST Key: CALCITE-3484 URL: https://issues.apache.org/jira/browse/CALCITE-3484

[jira] [Created] (CALCITE-3482) Equality of nested ROWs returns false for identical literal value

2019-11-07 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3482: -- Summary: Equality of nested ROWs returns false for identical literal value Key: CALCITE-3482 URL: https://issues.apache.org/jira/browse/CALCITE-3482 Project: Calcite

[jira] [Created] (CALCITE-3376) VolcanoPlanner CannotPlanException: best rel is null even though there is an option with non-infinite cost

2019-09-27 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3376: -- Summary: VolcanoPlanner CannotPlanException: best rel is null even though there is an option with non-infinite cost Key: CALCITE-3376 URL: