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

[GitHub] [arrow-datafusion] nseekhao commented on issue #6544: Substrait: Support for more flexible join condition expressions

nseekhao commented on issue #6544:
URL: https://github.com/apache/arrow-datafusion/issues/6544#issuecomment-1605076309

   > I wonder if https://github.com/apache/arrow-datafusion/pull/6135 fixes this?
   
   Hmmm I don't think so. Because of these [lines](https://github.com/apache/arrow-datafusion/pull/6135/files#diff-d1c5f4c37ac8286d2045acb61bee17382179469557132eb02844413b260ae41bR267-R269) in the producer:
   ``` rust
               if join.filter.is_some() {
                   return Err(DataFusionError::NotImplemented("join filter".to_string()));
               }
   ```


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