For example, implement a custom type that can store parquet statistics min/max values more efficiently, by storing integer values inline or only a prefix of the whole binary, implement CompactThriftProtocol for it and tell the code generator to use it for a specific field.
For example, implement a custom type that can store parquet statistics min/max values more efficiently, by storing integer values inline or only a prefix of the whole binary, implement
CompactThriftProtocol
for it and tell the code generator to use it for a specific field.