substrait-io / substrait-java

Apache License 2.0
77 stars 72 forks source link

improve handing of parametrized types w/ concrete values #294

Open vbarua opened 2 months ago

vbarua commented 2 months ago

The upgrade PR https://github.com/substrait-io/substrait-java/pull/288 ran into issues because of the introduction of a function with type signature `DECIMAL<P1, 0>.

A workaround was introduced in that PR, but it likely needs further work.