[
https://issues.apache.org/jira/browse/BEAM-12009?focusedWorklogId=583953&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-583953
]
ASF GitHub Bot logged work on BEAM-12009:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Apr/21 01:31
Start Date: 16/Apr/21 01:31
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #14476:
URL: https://github.com/apache/beam/pull/14476#issuecomment-820843762
Okay, it's passing all internal compliance tests now except for one
(involving type `ARRAY<STRUCT<STRUCT>>`, which we don't support anyway) which I
think is safe to ignore. @apilloud PTAL
--
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: 583953)
Time Spent: 1h 50m (was: 1h 40m)
> Implement Calc splitting.
> -------------------------
>
> Key: BEAM-12009
> URL: https://issues.apache.org/jira/browse/BEAM-12009
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql-zetasql
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Labels: zetasql-java-udf
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> In order to use Java UDFs along with ZetaSQL built-in functions, we will need
> the ability to split a single LogicalCalc into multiple Beam Calc nodes
> (BeamCalcRel and/or BeamZetaSqlCalcRel). We might use
> [CalcRelSplitter|https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/rules/CalcRelSplitter.java]
> as a starting point.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)