Skip to content

Commit

Permalink
Handle infinities and NaN in the JSON encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Dec 10, 2024
1 parent 5cdd682 commit 2858477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VariantEncoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,4 @@ To maximize compatibility with readers that can process JSON but not Variant, th
Notes:

* For timestamp and timestampntz, values must use microsecond precision and trailing 0s are required
* For float and double, infinities and not a number values are encoded as strings: `"Infinity"`, `"-Infinity"`, and `"NaN"`

0 comments on commit 2858477

Please sign in to comment.