You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Rui Wang (JIRA)" <ji...@apache.org> on 2019/04/25 19:45:00 UTC

[jira] [Created] (BEAM-7150) Support nested AND

Rui Wang created BEAM-7150:
------------------------------

             Summary: 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


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 message was sent by Atlassian JIRA
(v7.6.3#76005)