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)