CALCITE-1501 EnumerableUnion should use array comparator when row type is ARRAY#326
Closed
gaodayue wants to merge 1 commit into
Closed
CALCITE-1501 EnumerableUnion should use array comparator when row type is ARRAY#326gaodayue wants to merge 1 commit into
gaodayue wants to merge 1 commit into
Conversation
514acb1 to
424bbcc
Compare
424bbcc to
52807f5
Compare
julianhyde
pushed a commit
to julianhyde/calcite
that referenced
this pull request
Nov 23, 2016
…ormat is ARRAY (Dayue Gao) Also implement EnumerableIntersect and EnumerableMinus. Close apache#326
ldming
pushed a commit
to ldming/mycalcite
that referenced
this pull request
Sep 13, 2018
…ormat is ARRAY (Dayue Gao) Also implement EnumerableIntersect and EnumerableMinus. Close apache/calcite#326
pfzhan
pushed a commit
to pfzhan/calcite
that referenced
this pull request
Aug 10, 2023
Co-authored-by: Zhiting Guo <zhiting.guo@kyligence.io>
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
apache#326) …orrectly (neoReMinD) The whole if block should be removed. Not only the DATETIME_TYPES has this problem, all the types that allows precision could have such a problem, the root cause is that BasicSqlType#toString and digest has different handling of printing non specified precision. One way to solve is to not fire caching of types without precision and with default precision. close apache#1916 --------- Co-authored-by: xu <xu.zx@alibaba-inc.com> Co-authored-by: Gian Merlino <gianmerlino@gmail.com> Co-authored-by: yuzhao.cyz <yuzhao.cyz@gmail.com>
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
apache#326) …orrectly (neoReMinD) The whole if block should be removed. Not only the DATETIME_TYPES has this problem, all the types that allows precision could have such a problem, the root cause is that BasicSqlType#toString and digest has different handling of printing non specified precision. One way to solve is to not fire caching of types without precision and with default precision. close apache#1916 --------- Co-authored-by: xu <xu.zx@alibaba-inc.com> Co-authored-by: Gian Merlino <gianmerlino@gmail.com> Co-authored-by: yuzhao.cyz <yuzhao.cyz@gmail.com>
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.
https://issues.apache.org/jira/browse/CALCITE-1501