[
https://issues.apache.org/jira/browse/ASTERIXDB-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504535#comment-17504535
]
ASF subversion and git services commented on ASTERIXDB-3024:
------------------------------------------------------------
Commit d887c2c3416eac9a4d602582c246eefaa239d750 in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=d887c2c ]
[ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
The select condition expression in DataSourceScanOperator and
UnnestMapOperator is not visited by the expression transformer
Change-Id: I1753bbc020ffded7a9e2eb618e23b517dff331f5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15464
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> Visit selectCondition Expression
> --------------------------------
>
> Key: ASTERIXDB-3024
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3024
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Affects Versions: 0.9.8
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Minor
> Fix For: 0.9.8
>
>
> In both:
> {code:java}
> DataSourceScanOperator
> UnnestMapOperator
> {code}
>
> The *selectCondition* is not visited when the following is called:
> {code:java}
> ILogicalOperator#acceptExpressionTransform(ILogicalExpressionReferenceTransform
> transform)
> {code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)