[ https://issues.apache.org/jira/browse/BEAM-6783?focusedWorklogId=280620&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280620 ]
ASF GitHub Bot logged work on BEAM-6783: ---------------------------------------- Author: ASF GitHub Bot Created on: 22/Jul/19 20:42 Start Date: 22/Jul/19 20:42 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-513946224 Tests failed, it seems yes :) ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 280620) Time Spent: 1h (was: 50m) > 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: 1h > 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)