rtpsw
rtpsw
Replacing https://github.com/apache/arrow/pull/14385
See https://issues.apache.org/jira/browse/ARROW-17610
See https://github.com/substrait-io/substrait/issues/330
We'd like to add support for multi-table and as-of joining. Multi-table means multiple right tables, i.e., extending to left-join-right(s). As-of joining uses an ordered key with inexact matching - it...
Currently, a Substrait plan produces a single output corresponding to its root relation. In some cases, multiple outputs are needed, e.g., for multi-table computation as well as for check-point and...
Currently, Ibis has [vectorized UDF nodes](https://github.com/ibis-project/ibis/blob/d7318fdf87121cd8fadbcf0369a2b217aab3053a/ibis/expr/operations/vectorized.py#L11-L50) that are not handled by Ibis-Substrait (see https://github.com/ibis-project/ibis-substrait/issues/236). This issue is specific for the protobuf changes needed.