Skip to content

[CALCITE-7483] RelToSqlConverter generates SELECT * despite supportGe…#4902

Open
asolimando wants to merge 1 commit intoapache:mainfrom
asolimando:main-CALCITE-7483_supportGenerateSelectStar
Open

[CALCITE-7483] RelToSqlConverter generates SELECT * despite supportGe…#4902
asolimando wants to merge 1 commit intoapache:mainfrom
asolimando:main-CALCITE-7483_supportGenerateSelectStar

Conversation

@asolimando
Copy link
Copy Markdown
Member

…nerateSelectStar

Check details in CALCITE-7483

@sonarqubecloud
Copy link
Copy Markdown

for (int i = 0; i < ctx.fieldCount; i++) {
expandedList.add(ctx.field(i));
}
select.setSelectList(new SqlNodeList(expandedList, POS));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't know the conventions of SqlImplementor, is it allowed to mutate arguments?

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