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

[I] Substrait support of InSubquery expressions [arrow-datafusion]

tgujar opened a new issue, #8362:
URL: https://github.com/apache/arrow-datafusion/issues/8362

   ### Is your feature request related to a problem or challenge?
   
   Substrait producer currently does not support InSubquery expressions. Implementing this feature would allow for move coverage of TPC-DS query set.
   
   ### Describe the solution you'd like
   
   Add procedure to match expr to Expr::InSubquery in [to_substrait_rex()](https://github.com/apache/arrow-datafusion/blob/0506a5cff2c61f289e805d9ecd222ce2f79e4097/datafusion/substrait/src/logical_plan/producer.rs#L750)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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.apache.org

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


Re: [I] Substrait support of InSubquery expressions [arrow-datafusion]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #8362: Substrait support of InSubquery expressions
URL: https://github.com/apache/arrow-datafusion/issues/8362


-- 
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