[ 
https://issues.apache.org/jira/browse/BEAM-6783?focusedWorklogId=281289&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-281289
 ]

ASF GitHub Bot logged work on BEAM-6783:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Jul/19 20:12
            Start Date: 23/Jul/19 20:12
    Worklog Time Spent: 10m 
      Work Description: kanterov commented on issue #9119: [BEAM-6783] byte[] 
breaks in BeamSQL codegen
URL: https://github.com/apache/beam/pull/9119#issuecomment-514365684
 
 
   @amaliujia good point, I was looking into Calcite code and didn't find a 
definite answer. In my understanding, Strict documentation should say "returns 
null iff (if and only if) at least one argument is null", meaning that UDF will 
never accept or return null, and wrapping implementor will handle that.
   
   
   
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java#L287
 
----------------------------------------------------------------
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: 281289)
    Time Spent: 2h 40m  (was: 2.5h)

> byte[] breaks in BeamSQL codegen
> --------------------------------
>
>                 Key: BEAM-6783
>                 URL: https://issues.apache.org/jira/browse/BEAM-6783
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Gleb Kanterov
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Calcite will call `byte[].toString` because BeamSQL codegen read byte[] from 
> Row to calcite (see: 
> https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel.java#L334).
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to