Skip to content

Commit

Permalink
add small.parquet data file content in json format for preview and te…
Browse files Browse the repository at this point in the history
…sting (#13)
  • Loading branch information
RandomFractals committed Feb 28, 2021
1 parent db4fd4c commit d26f544
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/parquet/small.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"number": 1,
"letter": "a"
},
{
"number": 2,
"letter": "b"
}
]

0 comments on commit d26f544

Please sign in to comment.