[
https://issues.apache.org/jira/browse/CALCITE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-7606:
------------------------------------
Labels: pull-request-available (was: )
> ROW field names should be used to infer column names
> ----------------------------------------------------
>
> Key: CALCITE-7606
> URL: https://issues.apache.org/jira/browse/CALCITE-7606
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.42.0
> Reporter: Mihai Budiu
> Assignee: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
>
> An expression such as emp.deptno infers a column name as "deptno" for the
> result.
> However, an expression such as emp.row.field does not infer a column name of
> "field" for the result when row has a ROW type.
> I am proposing to change this behavior. I believe that many other SQL
> dialects have this behavior.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)