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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to