Skip to content

Commit

Permalink
Merge pull request #38 from ZJONSSON/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README example
  • Loading branch information
kessler authored Feb 11, 2018
2 parents fdf106c + f4a6d5d commit 57ebf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ where each row contains a name, a list of colours and a list of "stock" objects.
// advanced fruits table
var schema = new parquet.ParquetSchema({
name: { type: 'UTF8' },
colour: { type: 'UTF8', repeated: true },
colours: { type: 'UTF8', repeated: true },
stock: {
repeated: true,
fields: {
Expand Down

0 comments on commit 57ebf09

Please sign in to comment.