mspruc opened a new issue, #673:
URL: https://github.com/apache/wayang/issues/673

   SQL-API can crash on normal sql statements in cases where Calcite interprets 
a CAST
   ```Caused by: java.lang.UnsupportedOperationException: Kind not supported: 
CAST
        at 
org.apache.wayang.api.sql.calcite.converter.functions.FilterPredicateImpl$FilterCallTreeFactory.lambda$deriveOperation$7ad7d778$1(FilterPredicateImpl.java:80)
        at 
org.apache.wayang.api.sql.calcite.converter.functions.Call.evaluate(CallTreeFactory.java:79)
        at 
org.apache.wayang.api.sql.calcite.converter.functions.Call.lambda$evaluate$0(CallTreeFactory.java:81)
        at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
        at 
java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720)
        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)```


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

Reply via email to