LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

Disable Parquet Statistics for signature and hash data #157

Closed wilwade closed 3 years ago

wilwade commented 3 years ago

Problem

Parquet defaults to having statistics for all fields, but it shouldn't have them for hash or signature fields.

Solution

Remove statistics from hash and signature fields

Double Checks: