rzhang10 commented on code in PR #4871:
URL: https://github.com/apache/iceberg/pull/4871#discussion_r934915885
##########
format/spec.md:
##########
@@ -1132,15 +1132,15 @@ This serialization scheme is for storing single values
as individual binary valu
| **`long`** | **`JSON long`** | `34`
| |
| **`float`** | **`JSON number`** | `1.0`
| |
| **`double`** | **`JSON number`** | `1.0`
| |
-| **`decimal(P,S)`** | **`JSON number`** | `14.20`
| Stores the decimal as a number with S places
after the decimal |
+| **`decimal(P,S)`** | **`JSON string`** | `"14.20"`,
`"2E+20"` | Stores the decimal string as-is |
Review Comment:
@rdblue I added a detailed explanation of the string format, please take a
look and let me know if there are any issues.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]