Abacn opened a new issue, #24415:
URL: https://github.com/apache/beam/issues/24415
### What happened?
There is a report of seeing following exception in current Beam 2.44.0
SNAPSHOT. It workes in 2.43.0. Possibly #23891 and/or #24013 break Beam SQL.
```
WARNING: No NameResolverProviders found via ServiceLoader, including for
DNS. This is probably due to a broken build. If using ProGuard, check your
configuration
Exception in thread "main" java.lang.IllegalArgumentException: Cannot find a
matching Calcite SqlTypeName for Beam type: LOGICAL_TYPE
at
org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toSqlTypeName(CalciteUtils.java:198)
at
org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toRelDataType(CalciteUtils.java:305)
at
org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toRelDataType(CalciteUtils.java:312)
at
org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.lambda$toCalciteRowType$0(CalciteUtils.java:280)
at
java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:557)
```
### Issue Priority
Priority: 1
### Issue Component
Component: dsl-sql
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]