Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Oct 25, 2024
1 parent 8208733 commit 5087a57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion parquetify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ A simple JSON structure looks like:
"schemaType": "required",
"physicalType": "INT32"
}
]
],
"data": [
{
"name": "Alice",
"age": 30
}
]
}
]
}
Expand Down

0 comments on commit 5087a57

Please sign in to comment.