这个问题的灵感来自Avro Json编码:https://avro.apache.org/docs/1.8.1/spec.html#Encodings
Avro specifies two serialization encodings: binary and JSON. Most applications will use the binary encoding, as it is smaller and faster.
But, for debugging and web-based applications, the JSON encoding may sometimes be appropriate.
是否有类似的方式以人类可读的形式在Parquet中存储数据?用于调试目的。