@@ -105,15 +105,14 @@ Cast operations in Comet fall into three levels of support:
105105<!-- prettier-ignore-end -->
106106
107107** Notes:**
108-
109108- ** decimal -> string** : There can be formatting differences in some case due to Spark using scientific notation where Comet does not
110109- ** double -> decimal** : There can be rounding differences
111110- ** double -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
112111- ** float -> decimal** : There can be rounding differences
113112- ** float -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
114113- ** string -> date** : Only supports years between 262143 BC and 262142 AD
115114- ** string -> decimal** : Does not support fullwidth unicode digits (e.g \\ uFF10)
116- or strings containing null bytes (e.g \\ u0000)
115+ or strings containing null bytes (e.g \\ u0000)
117116- ** string -> timestamp** : Not all valid formats are supported
118117<!-- END:CAST_LEGACY_TABLE-->
119118
@@ -140,15 +139,14 @@ Cast operations in Comet fall into three levels of support:
140139<!-- prettier-ignore-end -->
141140
142141** Notes:**
143-
144142- ** decimal -> string** : There can be formatting differences in some case due to Spark using scientific notation where Comet does not
145143- ** double -> decimal** : There can be rounding differences
146144- ** double -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
147145- ** float -> decimal** : There can be rounding differences
148146- ** float -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
149147- ** string -> date** : Only supports years between 262143 BC and 262142 AD
150148- ** string -> decimal** : Does not support fullwidth unicode digits (e.g \\ uFF10)
151- or strings containing null bytes (e.g \\ u0000)
149+ or strings containing null bytes (e.g \\ u0000)
152150- ** string -> timestamp** : Not all valid formats are supported
153151<!-- END:CAST_TRY_TABLE-->
154152
@@ -175,15 +173,14 @@ Cast operations in Comet fall into three levels of support:
175173<!-- prettier-ignore-end -->
176174
177175** Notes:**
178-
179176- ** decimal -> string** : There can be formatting differences in some case due to Spark using scientific notation where Comet does not
180177- ** double -> decimal** : There can be rounding differences
181178- ** double -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
182179- ** float -> decimal** : There can be rounding differences
183180- ** float -> string** : There can be differences in precision. For example, the input "1.4E-45" will produce 1.0E-45 instead of 1.4E-45
184181- ** string -> date** : Only supports years between 262143 BC and 262142 AD
185182- ** string -> decimal** : Does not support fullwidth unicode digits (e.g \\ uFF10)
186- or strings containing null bytes (e.g \\ u0000)
183+ or strings containing null bytes (e.g \\ u0000)
187184- ** string -> timestamp** : ANSI mode not supported
188185<!-- END:CAST_ANSI_TABLE-->
189186
0 commit comments