raulcd opened a new pull request, #88:
URL: https://github.com/apache/parquet-testing/pull/88
Statistics.is_{min/max}_value_exact is populated by some implementations.
Parquet C++ currently does not support truncating string/binary min / max
statistics but some other implementations do. We want to add the capability to
expose this value for statistics on Parquet C++. See:
- https://github.com/apache/arrow/issues/46905
Adding this file will allow us to be able to add tests to validate that the
statistics value is correctly exposed. I have a branch where I am currently
working on adding read support here:
https://github.com/apache/arrow/compare/main...raulcd:arrow:GH-46905
The file has been generated with parquet-rs 55.1.0 using this gist:
https://gist.github.com/raulcd/aa4bda51de0b08b8ac08852cdfb81ece
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]