-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#137 updated apache-arrow js lib to v0.14.1 release
+ test. arrow to test.json data file test update
- Loading branch information
1 parent
a6ad852
commit 8046178
Showing
3 changed files
with
49 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
[ | ||
{ | ||
"f32": 1.5, | ||
"f64": 1.5, | ||
"i64": "\"1\"", | ||
"i32": 1, | ||
"i16": 1, | ||
"i8": 1, | ||
"bool": true, | ||
"char": "a", | ||
"datetime": 1516838400000, | ||
"dict": "a", | ||
"datetime": 1516838400000 | ||
"f32": 1.5, | ||
"f64": 1.5, | ||
"i16": 1, | ||
"i32": 1, | ||
"i64": 1, | ||
"i8": 1 | ||
}, | ||
{ | ||
"f32": 2.5, | ||
"f64": 2.5, | ||
"i64": "\"2\"", | ||
"i32": 2, | ||
"i16": 2, | ||
"i8": 2, | ||
"bool": false, | ||
"char": "b", | ||
"datetime": 1516924800000, | ||
"dict": "b", | ||
"datetime": 1516924800000 | ||
"f32": 2.5, | ||
"f64": 2.5, | ||
"i16": 2, | ||
"i32": 2, | ||
"i64": 2, | ||
"i8": 2 | ||
}, | ||
{ | ||
"f32": 3.5, | ||
"f64": 3.5, | ||
"i64": "\"3\"", | ||
"i32": 3, | ||
"i16": 3, | ||
"i8": 3, | ||
"bool": true, | ||
"char": "c", | ||
"datetime": 1517011200000, | ||
"dict": "c", | ||
"datetime": 1517011200000 | ||
"f32": 3.5, | ||
"f64": 3.5, | ||
"i16": 3, | ||
"i32": 3, | ||
"i64": 3, | ||
"i8": 3 | ||
}, | ||
{ | ||
"f32": 4.5, | ||
"f64": 4.5, | ||
"i64": "\"4\"", | ||
"i32": 4, | ||
"i16": 4, | ||
"i8": 4, | ||
"bool": false, | ||
"char": "d", | ||
"datetime": 1517097600000, | ||
"dict": "d", | ||
"datetime": 1517097600000 | ||
"f32": 4.5, | ||
"f64": 4.5, | ||
"i16": 4, | ||
"i32": 4, | ||
"i64": 4, | ||
"i8": 4 | ||
}, | ||
{ | ||
"f32": 5.5, | ||
"f64": 5.5, | ||
"i64": "\"5\"", | ||
"i32": 5, | ||
"i16": 5, | ||
"i8": 5, | ||
"bool": true, | ||
"char": "d", | ||
"datetime": 1517184000000, | ||
"dict": "d", | ||
"datetime": 1517184000000 | ||
"f32": 5.5, | ||
"f64": 5.5, | ||
"i16": 5, | ||
"i32": 5, | ||
"i64": 5, | ||
"i8": 5 | ||
} | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters