substrait-io / substrait-java

Apache License 2.0
74 stars 70 forks source link

feat: Add SingleOrList support to the Isthmus converter #159

Closed carlyeks closed 1 year ago

carlyeks commented 1 year ago

The expression should use the makeInCall, which will be translated into Calcite as a SEARCH expression.

Added a new test to SubstraitRelNodeConverterTest which fails without this change.