[
https://issues.apache.org/jira/browse/BEAM-8888?focusedWorklogId=594082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-594082
]
ASF GitHub Bot logged work on BEAM-8888:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/May/21 16:13
Start Date: 10/May/21 16:13
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #14761:
URL: https://github.com/apache/beam/pull/14761#issuecomment-836902301
> Is it possible this broke SQL PostCommit? It's been failing since this
went in: BEAM-12320
Don't think so..
--
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: 594082)
Time Spent: 40m (was: 0.5h)
> BeamSQL does not support LogicalType
> ------------------------------------
>
> Key: BEAM-8888
> URL: https://issues.apache.org/jira/browse/BEAM-8888
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql
> Reporter: Julien Tournay
> Assignee: Robin Qiu
> Priority: P3
> Fix For: 2.22.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> When running a BeamSQL query in a row with a Schema that contains a logical
> type a NPE is thrown with the following cause:
> {{}}{{ Cause: java.lang.NullPointerException:}}
> {{[info] at
> org.apache.beam.repackaged.sql.org.apache.calcite.sql.type.SqlTypeFactoryImpl.createSqlType(SqlTypeFactoryImpl.java:45)}}
> {{[info] at
> org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toRelDataType(CalciteUtils.java:278)}}
> {{[info] at
> org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toRelDataType(CalciteUtils.java:285)}}
> {{[info] at
> org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.lambda$toCalciteRowType$0(CalciteUtils.java:260)}}
> {{[info] at
> java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)}}
>
> This is because {{CalciteUtils.toSqlTypeName}} returns null in the general
> case if the type is Logical.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)