You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:15:04 UTC

[GitHub] [beam] damccorm opened a new issue, #20587: Implement missing ZETA_SQL Functions

damccorm opened a new issue, #20587:
URL: https://github.com/apache/beam/issues/20587

   Implement the following functions for Beam SQL ZetaSQL dialect, as CombineFn. (Example implementation for BIT_OR.) (Java SQL only.)
   Their output in Beam should match BigQuery.
   Write compliance tests for each function.
   List:
   ANY_VALUE
   ARRAY_AGG
   ARRAY_CONCAT_AGG
   BIT_AND
   BIT_XOR
   COUNT
   COUNTIF
   LOGICAL_AND
   LOGICAL_OR
   STRING_AGG
   CORR
   COVAR_POP
   COVAR_SAMP
   STDDEV_POP
   STDDEV_SAMP
   STDDEV
   VAR_POP
   VAR_SAMP
   VARIANCE
   APPROX_COUNT_DISTINCT
   APPROX_QUANTILES
   APPROX_TOP_COUNT
   APPROX_TOP_SUM
   
   
   
   
   Imported from Jira [BEAM-11388](https://issues.apache.org/jira/browse/BEAM-11388). Original Jira may contain additional context.
   Reported by: shehzaadn.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on issue #20587: Implement missing ZETA_SQL Functions

Posted by GitBox <gi...@apache.org>.
damccorm commented on issue #20587:
URL: https://github.com/apache/beam/issues/20587#issuecomment-1146662621

   The following subtask(s) are associated with this issue: #20588, #20589


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org