[
https://issues.apache.org/jira/browse/CALCITE-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Mior updated CALCITE-1660:
----------------------------------
Fix Version/s: 1.14.0
> SqlNameMatcher does not match fields in a structure
> ---------------------------------------------------
>
> Key: CALCITE-1660
> URL: https://issues.apache.org/jira/browse/CALCITE-1660
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.11.0
> Reporter: Kevin Liew
> Assignee: Julian Hyde
> Fix For: 1.14.0
>
>
> Is this something that should be supported? It fails on assertion with
> {{"F1"."C2"}}
> {code:java}
> public String getSimple() {
> assert names.size() == 1;
> return names.get(0);
> }
> {code}
> I ran into this issue while trying to create a view constrained by one field
> of the {{STRUCT.T}} structure in {{MockCatalogReader}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)