[
https://issues.apache.org/jira/browse/CALCITE-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Budiu resolved CALCITE-7606.
----------------------------------
Fix Version/s: 1.43.0
Resolution: Fixed
Fixed in
[https://github.com/apache/calcite/commit/ff3cfd17be8d095ed2e02e45492e23245ee545be]
Thank you for the reviews [~xuzifu666] [~jensen]
> 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
> Fix For: 1.43.0
>
>
> 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)