> If we do indeed have the expectation of stability over its whole public
surface,
I certainly do not have this expectation between major releases. Who does?
I believe it is a disservice to the overall community to release two API
incompatible Rust implementations of Arrow to crates.io. It will
1
Here is a PR [1] with a proposed 5.0.0 Rust release blog announcement.
Help / Comments / Contributions more than welcome
Andrew
[1] https://github.com/apache/arrow-site/pull/128
Hello,
Let me share our trial to support the min/max statistics per record batch.
https://github.com/heterodb/pg-strom/wiki/806:-Apache-Arrow-Min-Max-Statistics-Hint
The latest pg2arrow supports --stat option that can specify the
columns to include min/max statistics
for each record batch.
The st