We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f76bb commit 5da1b44Copy full SHA for 5da1b44
.github/workflows/full.yml
@@ -7,6 +7,8 @@ env:
7
on:
8
push:
9
branches: [ master ]
10
+ paths-ignore:
11
+ - docs/**
12
13
pull_request:
14
docs/README.md
@@ -216,7 +216,7 @@ This is what's happening:
216
4. Explicitly open row group for reading.
217
5. Read each `DataField` from the row group, in the same order as it's declared in the schema.
218
219
-> Hint: you can also use web based [reader app](https://parquetdbg.aloneguid.uk/) to test your files, which was created using this library!
+> Hint: you can also use web based [reader app](https://aloneguid.github.io/parquet-online/) to test your files, which was created using this library!
220
221
## Choosing the API
222
0 commit comments