substrait-io / substrait-java

Apache License 2.0
72 stars 70 forks source link

feat: extend literal conversion support #183

Closed vbarua closed 9 months ago

vbarua commented 9 months ago

Adds Calcite conversion support for VarCharLiteral and FixedBinaryLiteral.

Additionally, forces

Before this, they were converted to

respectively. If those types are desired, Substrait has the FixedChar and FixedBinary types.

Calcite being a bit to smart when converting these two types results in failures during query planning.