You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a Parquet file, a JSON presentation of the file will open automatically:
@@ -18,8 +16,10 @@ After closing the JSON view, it is possible to reopen it by clicking on the link
18
16
19
17
## Requirements
20
18
21
-
The extension requires [parquet-tools](https://github.com/apache/parquet-mr/tree/master/parquet-tools-deprecated).
22
-
It should be in your PATH, or a path can be set in settings.
19
+
The extension used to require [parquet-tools](https://mvnrepository.com/artifact/org.apache.parquet/parquet-tools).
20
+
Now the extension uses the [parquets](https://github.com/dvirtz/parquets) TypeScript library to do parse the files.
21
+
22
+
If you still want to use `parquet-tools`, you should set `parquet-viewer.useParquetTools` to `true` and `paruqet-tools` should be in your `PATH`, or pointed by the `parquet-viewer.parquetToolsPath` setting.
23
23
24
24

25
25
@@ -29,10 +29,11 @@ The following setting options are available:
29
29
30
30
|name|default|description|
31
31
|----|-------|-----------|
32
-
|`parquet-viewer.parquetToolsPath`|`parquet-tools`| the name of the parquet-tools executable or a path to the parquet-tools jar|
33
-
|`parquet-viewer.logPanel`|`false`|whether to write diagnostic logs to an output panel|
32
+
|`parquet-viewer.parquetToolsPath`|`parquet-tools`|The name of the parquet-tools executable or a path to the parquet-tools jar|
33
+
|`parquet-viewer.logPanel`|`false`|Whether to write diagnostic logs to an output panel|
34
34
|`parquet-viewer.logFolder`|empty|Write diagnostic logs under the given directory|
0 commit comments