Skip to content

Commit

Permalink
Fix type of fields list in Puffin (apache#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and nkeshavaprakash committed Jul 10, 2022
1 parent 412ab0e commit 1b21e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/puffin-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ with content size present), UTF-8 encoded JSON payload representing a single
| Field Name | Field Type | Required | Description |
|-------------------|-----------------------------------------|----------| ----------- |
| type | JSON string | yes | See [Blob types](#blob-types)
| fields | list of JSON long | yes | List of field IDs the blob was computed for; the order of items is used to compute sketches stored in the blob.
| fields | JSON list of ints | yes | List of field IDs the blob was computed for; the order of items is used to compute sketches stored in the blob.
| offset | JSON long | yes | The offset in the file where the blob contents start
| length | JSON long | yes | The length of the blob stored in the file (after compression, if compressed)
| compression-codec | JSON string | no | See [Compression codecs](#compression-codecs). If omitted, the data is assumed to be uncompressed.
Expand Down

0 comments on commit 1b21e1a

Please sign in to comment.