Skip to content

Commit

Permalink
feat: updated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 9, 2024
1 parent cbffd96 commit 23f8ed8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/test/data/basic/basicArray.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"value": [
"hello",
123,
5.0
5.7
]
}
Binary file modified src/test/data/basic/basicArray.smile
Binary file not shown.
6 changes: 3 additions & 3 deletions src/test/data/basic/basicSimpleLiteralValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"int64_2": 9007199254740991,
"int64_3": 9007199254740992,
"int64_4": 9223372036854775807,
"bigint": 9223372036854775808,
"bigint": -1329227995784915872903807060280344576,
"float32": 1234.567,
"float64": 12345678.123456789,
"bigdecimal": 1234567890.0123456789
"float64": 12345678.1234567,
"bigdecimal": 2.5e-06
}
}
Binary file modified src/test/data/basic/basicSimpleLiteralValues.smile
Binary file not shown.

0 comments on commit 23f8ed8

Please sign in to comment.