[
https://issues.apache.org/jira/browse/BEAM-11808?focusedWorklogId=708786&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708786
]
ASF GitHub Bot logged work on BEAM-11808:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jan/22 01:16
Start Date: 14/Jan/22 01:16
Worklog Time Spent: 10m
Work Description: benWize commented on pull request #16200:
URL: https://github.com/apache/beam/pull/16200#issuecomment-1012661753
I tried adding a new test with the query `SELECT string_agg("s",
@separator) FROM (SELECT 1)` and It failed in
https://github.com/apache/beam/blob/f45b17242ef125e1ac0f303cc231e9bab614c207/sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/SqlOperators.java#L186
I tried adding a new case for ResolvedParameter but I couldn't get the value
for delimiter there, it is undefined at that point, I'm not sure how I should
handle that case.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 708786)
Time Spent: 5.5h (was: 5h 20m)
> ZetaSQL layer doesn't support aggregate functions with two arguments
> ---------------------------------------------------------------------
>
> Key: BEAM-11808
> URL: https://issues.apache.org/jira/browse/BEAM-11808
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql-zetasql
> Reporter: Sonam Ramchand
> Assignee: Benjamin Gonzalez
> Priority: P3
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Blocked by: parsed ZetaSQL to a Calcite logical expression doesn't currently
> support aggregate functions with multiple columns.
> [https://github.com/apache/beam/blob/3bb232fb098700de408f574585dfe74bbaff7230/sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/AggregateScanConverter.java#L147]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)