You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 02:08:31 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #744: [Feature] Supports filter predicate in Parquet format of paimon

JingsongLi opened a new issue, #744:
URL: https://github.com/apache/incubator-paimon/issues/744

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Motivation
   
   Parquet format is the main file format of table store, which doesn't support filter predicate. Filter predicate should also support in Parquet format, not only the ORC format.
   
   
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@paimon.apache.org.apache.org

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


[GitHub] [incubator-paimon] VenkatDatta commented on issue #744: [Feature] Supports filter predicate in Parquet format of paimon

Posted by "VenkatDatta (via GitHub)" <gi...@apache.org>.
VenkatDatta commented on issue #744:
URL: https://github.com/apache/incubator-paimon/issues/744#issuecomment-1537634802

   @JingsongLi @liugddx @golden-yang 
   
   Can i try this out?
   
   We must translate the Paimon filters to Paraquet FilterPredicate format and pass it to the ParaquetReaderFactory. In the factory, we just need to pass the filters using ParaquetReadOption recordFilter.
   
   Please let me know if I missed anything.
   
   


-- 
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: issues-unsubscribe@paimon.apache.org

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


[GitHub] [incubator-paimon] liugddx commented on issue #744: [Feature] Supports filter predicate in Parquet format of paimon

Posted by "liugddx (via GitHub)" <gi...@apache.org>.
liugddx commented on issue #744:
URL: https://github.com/apache/incubator-paimon/issues/744#issuecomment-1514221341

   > I have interest to work for this issue. Could you please assign this issue to me. @JingsongLi
   
   Is there any progress? Can I help?


-- 
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: issues-unsubscribe@paimon.apache.org

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


[GitHub] [incubator-paimon] golden-yang commented on issue #744: [Feature] Supports filter predicate in Parquet format of paimon

Posted by "golden-yang (via GitHub)" <gi...@apache.org>.
golden-yang commented on issue #744:
URL: https://github.com/apache/incubator-paimon/issues/744#issuecomment-1488696278

   I have interest to work for this issue. Could you please assign this issue to me.
   @JingsongLi 


-- 
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: issues-unsubscribe@paimon.apache.org

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