[
https://issues.apache.org/jira/browse/BEAM-9418?focusedWorklogId=423133&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-423133
]
ASF GitHub Bot logged work on BEAM-9418:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Apr/20 23:22
Start Date: 15/Apr/20 23:22
Worklog Time Spent: 10m
Work Description: amaliujia commented on pull request #11333: [BEAM-9418]
Support ANY_VALUE aggregation functions
URL: https://github.com/apache/beam/pull/11333#discussion_r409190482
##########
File path:
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations.java
##########
@@ -33,12 +33,8 @@
import org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils;
import org.apache.beam.sdk.schemas.Schema;
import org.apache.beam.sdk.schemas.Schema.FieldType;
-import org.apache.beam.sdk.transforms.Combine;
+import org.apache.beam.sdk.transforms.*;
Review comment:
Same. If you are using inteliij, I think you will need to disable:
https://www.jetbrains.com/help/idea/creating-and-optimizing-imports.html#import-packages-instead-of-single-classes
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 423133)
Time Spent: 1h (was: 50m)
> Support ANY_VALUE aggregation functions
> ---------------------------------------
>
> Key: BEAM-9418
> URL: https://issues.apache.org/jira/browse/BEAM-9418
> Project: Beam
> Issue Type: Task
> Components: dsl-sql
> Reporter: Rui Wang
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Support the following functionality in BeamSQL:
> {code:java}
> "select t.key, ANY_VALUE(t.column) from t group by t.key";
> {code}
> Spec link:
> https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions#any_value
--
This message was sent by Atlassian Jira
(v8.3.4#803005)