You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2019/09/26 21:11:00 UTC

[jira] [Created] (BEAM-8317) SqlTransform doesn't support aggregation over a filter node

Brian Hulette created BEAM-8317:
-----------------------------------

             Summary: SqlTransform doesn't support aggregation over a filter node
                 Key: BEAM-8317
                 URL: https://issues.apache.org/jira/browse/BEAM-8317
             Project: Beam
          Issue Type: Bug
          Components: dsl-sql
    Affects Versions: 2.15.0
            Reporter: Brian Hulette


For example, the following query fails to translate to a physical plan:
SELECT SUM(f_intValue) FROM PCOLLECTION WHERE f_intValue < 5 GROUP BY f_intGroupingKey



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