Skip to content
master
Go to file
Code

Latest commit

* Fix deselection of fields after "Select All"

* Added performance optimizing break
c877716

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files.

Main UI

Please also checkout the Wiki for a detailed user guide: https://github.com/mukunku/ParquetViewer/wiki

Summary

This is a quick and dirty utility that I created to easily view Apache Parquet files on Windows desktop machines.

If you'd like to add any new features feel free to send a pull request.

Limitations

This application can only open Parquet files located on the Windows machine the app is running on. It cannot connect to HDFS to read parquet data.

Complex types such as structs, arrays and maps are not supported at this time.

Download

Pre-compiled releases can be found here: https://github.com/mukunku/ParquetViewer/releases

Visit the Wiki for details on how to use the utility: https://github.com/mukunku/ParquetViewer/wiki

Technical Details

The latest version of this project was written in C# using Visual Studio 2019 and .NET 4.6.1

Acknowledgements

This utility would not be possible without: https://github.com/elastacloud/parquet-dotnet

You can’t perform that action at this time.