parquet-viewerViews Apache Parquet files as JSON. FeaturesWhen opening a Parquet file, a JSON presentation of the file will open automatically:
After closing the JSON view, it is possible to reopen it by clicking on the link in the parquet view.
BackendsThe extension supports three different backends for parsing the files: arrowThis is the default backend. This backend is a thin wrapper around the Apache Arrow C++ implementation and so should support latest and greatest parquet features. It is currently in an experimental state. To use, set parquetsThis backend uses the parquets TypeScript library, which is a fork of the unmaintained kbajalc/parquets library with some bug fixes. It only supports parquet version 1.0.0 with snappy compression. parquet-toolsThis is a legacy Java backend, using parquet-tools. To use that, you should set
SettingsThe following setting options are available:
What's newSee CHANGELOG.md |


