datafusion-substrait
datafusion-substrait copied to clipboard
Add null equals null join
Details
- Implement
null_equals_nulljoin (producer, consumer, test:INTERSECT) - Fix join schema (semi and anti) bug
- The original code passes
joinoutput schema toto_substrait_rex(). This results in schema error since the right columns get discarded. The fix pass in a joined schema fromleftandrightinputs ofjoin
- The original code passes
- Add
UInt8to list of literal expression. Since Substrait does not directly support unsigned integers, we convertUInt8intoI16