Skip to content

[CALCITE-528] Uniquification should be case aware if lex/catalog reader is case sensitive#245

Closed
minji-kim wants to merge 6 commits intoapache:masterfrom
minji-kim:CALCITE-528
Closed

[CALCITE-528] Uniquification should be case aware if lex/catalog reader is case sensitive#245
minji-kim wants to merge 6 commits intoapache:masterfrom
minji-kim:CALCITE-528

Conversation

@minji-kim
Copy link
Copy Markdown
Contributor

No description provided.

@jinfengni
Copy link
Copy Markdown
Contributor

We probably need the change in [1]. Otherwise, the output field names will not in the same ordinal position.

Try field name list "EMPID, EMPID, abc". Uniqify() might return "abc, EMPID, EMPID0".

[1] jinfengni@fc1588a

@minji-kim
Copy link
Copy Markdown
Contributor Author

@jinfengni Thanks for the patch. I grabbed it to my branch and added some more tests (specifically testing orders of the field names and making sure they are in the same order minus the name changes).

@jinfengni
Copy link
Copy Markdown
Contributor

@minji-kim , sounds good.

julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Jun 15, 2016
…se-sensitivity policy (Jacques Nadeau, Jinfeng Ni, Minji Kim)

Ensure that uniquify keeps the ordinal position of input names (Jinfeng Ni).

Add tests (Minji Kim).

Fix up (Julian Hyde).

Close apache#245
@asfgit asfgit closed this in acd27fd Jun 15, 2016
@minji-kim minji-kim deleted the CALCITE-528 branch June 23, 2016 07:30
jinfengni pushed a commit to jinfengni/incubator-optiq that referenced this pull request Jun 27, 2016
…se-sensitivity policy (Jacques Nadeau, Jinfeng Ni, Minji Kim)

Ensure that uniquify keeps the ordinal position of input names (Jinfeng Ni).

Add tests (Minji Kim).

Fix up (Julian Hyde).

Close apache#245

Apply change in checker.xml made in Calcite master (CALCITE-903)
ldming pushed a commit to ldming/mycalcite that referenced this pull request Sep 13, 2018
…se-sensitivity policy (Jacques Nadeau, Jinfeng Ni, Minji Kim)

Ensure that uniquify keeps the ordinal position of input names (Jinfeng Ni).

Add tests (Minji Kim).

Fix up (Julian Hyde).

Close apache/calcite#245
pfzhan pushed a commit to pfzhan/calcite that referenced this pull request Jun 22, 2022
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.

4 participants