Skip to content

[CALCITE-841] In ProjectToWindowRule, RexOver will be put in the same…#124

Closed
hsuanyi wants to merge 1 commit intoapache:masterfrom
hsuanyi:CALCITE-841NEW
Closed

[CALCITE-841] In ProjectToWindowRule, RexOver will be put in the same…#124
hsuanyi wants to merge 1 commit intoapache:masterfrom
hsuanyi:CALCITE-841NEW

Conversation

@hsuanyi
Copy link
Contributor

@hsuanyi hsuanyi commented Aug 27, 2015

… cohort if the following conditions are satisfied

(1). They have the same RexWindow
(2). They are not dependent on each other

… cohort if the following conditions are satisfied

(1). They have the same RexWindow
(2). They are not dependent on each other
@julianhyde
Copy link
Contributor

Please don't put spaces at ends of lines: "... \n". You end up with spaces at ends of lines in RelOptRulesTest.xml, and then later there are spurious diffs when someone's IDE removes the spaces.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't you mean 'rank++'?

@julianhyde
Copy link
Contributor

These are all minor nits. I have fixed them and rebased and will commit when the tests pass.

@hsuanyi
Copy link
Contributor Author

hsuanyi commented Sep 3, 2015

Thanks Julian!

@asfgit asfgit closed this in c1fb829 Sep 4, 2015
ldming pushed a commit to ldming/mycalcite that referenced this pull request Sep 13, 2018
…pressions (Hsuan-Yi Chu)

In ProjectToWindowRule, RexOver will be put in the same cohort if the
following conditions are satisfied:
(1). They have the same RexWindow
(2). They are not dependent on each other

Close apache/calcite#124
jamesstarr pushed a commit to jamesstarr/calcite that referenced this pull request Mar 16, 2026
apache#124)

…p argument (Wang Yanlin)

1. Add map info from Java Map class to SqlTypeName.Map
2. SqlTypeName.Map is not a basic type, should not be used in factory
method "createSqlType", just like SqlTypeName.Array
3. Add coerce rule for SqlTypeName.MAP

Fix-up(by Danny):
* Fix GeodeTable#query field type inference;
* Fix GeodeUtils#convert for nested PdxInstance because in
JavaTypeFactoryExtImpl#createPdxType, the nested PdxInstance is inferred
as Map type(we can not describe nested JavaType correctly now).

close apache#1521

Change-Id: If1449d398b20914614dc573ee15d999b24223c3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants