[
https://issues.apache.org/jira/browse/ASTERIXDB-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293551#comment-16293551
]
ASF subversion and git services commented on ASTERIXDB-2170:
------------------------------------------------------------
Commit 0fb6b2302ec95ab14085ac17a8b17d0662e774ad in asterixdb-bad's branch
refs/heads/master from [~sjaco002]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb-bad.git;h=0fb6b23 ]
Coordinated Change for ASTERIXDB-2170
Change-Id: I96d46b159f1705c644d595f77e5a7c9c9e925375
> SQLPP - Resolution order of implicit field access
> -------------------------------------------------
>
> Key: ASTERIXDB-2170
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2170
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: SQL - Translator SQL++
> Reporter: Dmitry Lychagin
> Assignee: Dmitry Lychagin
>
> The resolution order should be closest to furthest.
>
> select * from orders
> where pid in (select value pid from parts);
> means
>
> select * from orders o
> where o.pid in (select value p.pid from parts p);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)