baibaichen commented on issue #37559:
URL: https://github.com/apache/arrow/issues/37559#issuecomment-1706450605

   > Maybe we can evaluate and implement that step by step, like Velox 🤔?
   
   I am currently working on [gluten](https://github.com/oap-project/gluten) 
and clickhouse backend. Our team try to implement a filter push down like velox 
but using clickhouse expression evaluate framework which is not good since we 
have to build full `Column` before filter operation.
   
   The paper gives right direction, and I think we should implement filter push 
donw like this in  apache arrow.
   
   Would we have a meeting on this?


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to