You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we also use this new option to ensure that Substrait's index_in function is translated to/from Acero's index_in function with the correct options set to give consistent behavior?
Describe the bug, including details regarding any error messages, version, and platform.
There is a TODO here:
arrow/cpp/src/arrow/engine/substrait/expression_internal.cc
Line 1284 in 3c013da
Now that #36739 is merged, can we use the new
INCONCLUSIVE
null matching option to translate SubstraitSingularOrList
expressions to/from Acerois_in
function options with consistent null handling behavior?Can we also use this new option to ensure that Substrait's
index_in
function is translated to/from Acero'sindex_in
function with the correct options set to give consistent behavior?Some other related issues:
SingularOrList
tois_in
when possible #36535is_in
function? substrait-io/substrait#517Component(s)
C++
The text was updated successfully, but these errors were encountered: