Skip to content

CAST not supported in the SQL-API causing crash #673

@mspruc

Description

@mspruc

SQL-API can crash on normal sql statements in cases where Calcite interprets a 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)```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions