You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Haisheng Yuan (JIRA)" <ji...@apache.org> on 2019/03/05 04:57:00 UTC

[jira] [Updated] (CALCITE-2891) Alias suggester failed to suggest name based on original name incrementally

     [ https://issues.apache.org/jira/browse/CALCITE-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haisheng Yuan updated CALCITE-2891:
-----------------------------------
    Summary: Alias suggester failed to suggest name based on original name incrementally  (was: Alias suggester failed to suggest name based on original name)

> Alias suggester failed to suggest name based on original name incrementally
> ---------------------------------------------------------------------------
>
>                 Key: CALCITE-2891
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2891
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: Haisheng Yuan
>            Priority: Major
>
> in testAliasFilter(), the plan is
> {code:java}
> LogicalFilter(condition=[>($1, $2)])
>   LogicalProject($f1=[20], $f12=[10], DEPTNO=[$7])
>     LogicalTableScan(table=[[scott, EMP]])
> {code}
> The project alias should be 
> {code:java}
>  LogicalProject($f1=[20], $f2=[10], DEPTNO=[$7])
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)