Skip to content

Commit 85f7038

Browse files
committed
update doc for INT and LONG type, making them consistent with src code comments;
1 parent 6e7ee46 commit 85f7038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-modeling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Each schema field has a _field name_, which will default to the same name as the
2828

2929
The possible field types are:
3030

31-
* `INT`: An integer value up to 32-bits
32-
* `LONG`: An integer value up to 64-bits
31+
* `INT`: An integer value up to 32-bits. Integer.MIN_VALUE is reserved for a sentinel value indicating null.
32+
* `LONG`: An integer value up to 64-bits. Long.MIN_VALUE is reserved for a sentinel value indicating null.
3333
* `FLOAT`: A 32-bit floating-point value
3434
* `DOUBLE`: A 64-bit floating-point value
3535
* `BOOLEAN`: `true` or `false`

0 commit comments

Comments
 (0)