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 19:06:30 UTC

[GitHub] [beam] damccorm opened a new issue, #20727: SQL UDFs don't work well with Row as an argument

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

   SQL UDFs get a  [WrappedRow](https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel.java#L642), which is suppose to be an internal wrapper for BeamCalcRel. We should revisit how rows are passed to UDFs, possibly passing the Schema Row instead. At very least users need to be able to get columns by name.
   
   Imported from Jira [BEAM-11871](https://issues.apache.org/jira/browse/BEAM-11871). Original Jira may contain additional context.
   Reported by: apilloud.


-- 
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