Skip to content

Commit fe9347e

Browse files
committed
Add decimal usage note
1 parent 6e2a6a2 commit fe9347e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ Planned for a future release — a complete end-to-end example will be added onc
170170
| Tuple<Type,..> | Map<T1,T2,..> || N/A |
171171
| Object | Variant || N/A |
172172

173-
* For date operation need to provide ZoneId.
173+
* A ZoneId must also be provided when performing date operations.
174+
* Precision and scale must also be provided when performing decimal operations.
174175

175176
## Configuration Options
176177

0 commit comments

Comments
 (0)