[ https://issues.apache.org/jira/browse/FLINK-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007981#comment-16007981 ]
ASF GitHub Bot commented on FLINK-6562: --------------------------------------- Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3879 Thanks for the PR @haohui. Looks good to me. I'll replace the test and extend `CompositeAccessTest` before merging. > Support implicit table references for nested fields in SQL > ---------------------------------------------------------- > > Key: FLINK-6562 > URL: https://issues.apache.org/jira/browse/FLINK-6562 > Project: Flink > Issue Type: Bug > Components: Table API & SQL > Reporter: Haohui Mai > Assignee: Haohui Mai > > Currently nested fields can only be accessed through fully qualified > identifiers. For example, users need to specify the following query for the > table {{f}} that has a nested field {{foo.bar}} > {noformat} > SELECT f.foo.bar FROM f > {noformat} > Other query engines like Hive / Presto supports implicit table references. > For example: > {noformat} > SELECT foo.bar FROM f > {noformat} > This jira proposes to support the latter syntax in the SQL API. -- This message was sent by Atlassian JIRA (v6.3.15#6346)