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

   > However, I do think arrow-cpp's compute module has a lot of the pieces 
that are needed already, and I think parquet-cpp already depends on the compute 
module. 
   
   🤔I think the most tricky part is that:
   
   1. arrow-compute works on arrow Array
   2. parquet-cpp core module works on Physical data type, like i32, i64 etc
   
   Maybe I should implement the filter kernel in parquet/arrow module, and 
parquet-cpp module only handled the selector. Otherwise dispatching the filter 
on physical type would be a disaster. 


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