flisky opened a new pull request, #2209:
URL: https://github.com/apache/arrow-rs/pull/2209

   # Rationale for this change
    
   I'm trying to read parquet file without `arrow` dependency, for the sake of 
smaller binary size. However, `parquet::record::Row#to_json_value` is gated 
with `cli` feature flag, which introduces other unnecessary crates. 
   
   # What changes are included in this PR?
   
   Replace `feature = cli` with `feature = serde_json`.
   
   # Are there any user-facing changes?
   
   No. `serde_json` is already covered by `cli`.
   


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