[ 
https://issues.apache.org/jira/browse/BEAM-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17122847#comment-17122847
 ] 

Beam JIRA Bot commented on BEAM-7150:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> Support nested AND
> ------------------
>
>                 Key: BEAM-7150
>                 URL: https://issues.apache.org/jira/browse/BEAM-7150
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Priority: P2
>              Labels: stale-P2
>
> There might be nested AND cases:
> a = b AND (c = d AND (e = f)).
> Such cases should be flattened as a = b AND c = d AND e = f. 
> This is useful because after done so, we can easily build keys for join 
> inputs: each conjunction clause contributes a field of key (key is Row in SQL 
> equi-join) for join inputs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to