mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
689 stars 82 forks source link

Would it be possible to display the schema? #11

Closed pdesmarets closed 3 years ago

pdesmarets commented 4 years ago

Possibly also other metadata. Thanks!

mukunku commented 4 years ago

Display the schema how? The field names are already listed. You want to add their type next to the field names in the field selector?

pdesmarets commented 4 years ago

Another viewer proposes this, where the schema is visible. Having data types is a good enrichment of the experience, particularly with logical type annotations: image

mukunku commented 3 years ago

Thanks for the idea. I added a way to get the SQL Create Table script for an open parquet file (#21)

image