trino icon indicating copy to clipboard operation
trino copied to clipboard

Use Statistics.Builder instead of mutating Statistics in Parquet MetadataReader

Open takezoe opened this issue 8 months ago • 0 comments

Description

Statistics.setNumNulls has been deprecated and recommended to use Statistics.Builder

Additional context and related issues

https://github.com/apache/parquet-java/pull/458

Release notes

(x) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes are required. Please propose a release note for me. ( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

takezoe avatar May 25 '24 10:05 takezoe