Remove redundant has_ methods for optional column metadata fields #1344
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Remove redundant has_ methods for optional column metadata members as they could be access by
if let(Some) = field
.The text was updated successfully, but these errors were encountered: