liukun4515 opened a new issue, #2126:
URL: https://github.com/apache/arrow-rs/issues/2126

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Currently, we want to filter a column in parquet file whose logical data 
type is decimal or string.
   
   In the parquet, the data of decimal and string will be stored as `binary` 
and `fixed_len_binary`.
   
   parquet-rs doesn't has the `filter` system or the comparison system.
   
   **Describe the solution you'd like**
   
   implement the `filter` system and comparison system in parquet-rs.
   
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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