substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

feat(calcite): support in-predicate in Ishtmus #204

Closed rkondakov closed 10 months ago

rkondakov commented 10 months ago

ExpressionRexConverter does not support Expression.InPredicate

vbarua commented 10 months ago

Implemented in https://github.com/substrait-io/substrait-java/pull/205

Will be available in the next release.