[CALCITE-3009] Duplicate key is not detected in xml answer file#1167
Closed
chunweilei wants to merge 2 commits intoapache:masterfrom
Closed
[CALCITE-3009] Duplicate key is not detected in xml answer file#1167chunweilei wants to merge 2 commits intoapache:masterfrom
chunweilei wants to merge 2 commits intoapache:masterfrom
Conversation
chunweilei
commented
Apr 17, 2019
| <Resource name="sql"> | ||
| <![CDATA[select t1.name, t2.ename | ||
| from DEPT_NESTED as t1, | ||
| unnest(t1.employees) as t2]]> |
Contributor
Author
There was a problem hiding this comment.
Note that testProjectCorrelateTranspose is redundant[1][2].
[1] https://github.com/apache/calcite/blob/master/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml#L9226
[2] https://github.com/apache/calcite/blob/master/core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml#L9253
Contributor
Author
|
@julianhyde could you please review this PR? Appreciate it. |
4b0c30f to
e0107d5
Compare
e0107d5 to
fc9f0c6
Compare
Contributor
Author
|
Update the PR including:
|
julianhyde
added a commit
to julianhyde/calcite
that referenced
this pull request
Apr 21, 2019
…ns duplicate test names Close apache#1167
wangxlong
pushed a commit
to wangxlong/calcite
that referenced
this pull request
Feb 13, 2020
…es not contain duplicate test names Close apache#1167
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Aug 28, 2025
…es not contain duplicate test names Close apache#1167 Change-Id: I44c3e80fcf74c8ab41d25818ef6a2c3ebc404f22
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.
JIRA: https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-3009