mapleFU opened a new issue, #41826:
URL: https://github.com/apache/arrow/issues/41826

   ### Describe the enhancement requested
   
   This pr ( https://github.com/apache/arrow/pull/41761 ) does a basics for 
benchmarking metadata. We'd like to add more benchmarks on Statistics 
encoding/decoding
   
   Parquet standard support statistics ( see 
https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L244
 ). And in C++ Parquet, the statistics, would be decoded to thrift and convert 
to a `EncodedStats` or `Statistics` ( See 
https://github.com/apache/arrow/blob/7c8ce4589ae9e3c4a9c0cd54cff81a54ac003079/cpp/src/parquet/statistics.h
 )
   
   We'd like to adding benchmark for reading/writing Statistics, specailly for 
BYTE_ARRAY, which could having a long `min_value` and `max_value` here.
   
   ### Component(s)
   
   C++


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