You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2023/06/09 01:21:15 UTC

[GitHub] [arrow-datafusion] jayzhan211 commented on issue #6410: Substrait: InList support for strings

jayzhan211 commented on issue #6410:
URL: https://github.com/apache/arrow-datafusion/issues/6410#issuecomment-1583784068

   We can just change the value here. https://github.com/apache/arrow-datafusion/blob/main/datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs#L49
   
   length lower than THRESHOLD_INLINE_INLIST rewritten to OrList.
   https://github.com/apache/arrow-datafusion/blob/main/datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs#L432-L434


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org