You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user-guide/latest/compatibility.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,6 @@ The following cast operations are generally compatible with Spark except for the
89
89
<!-- WARNING! DO NOT MANUALLY MODIFY CONTENT BETWEEN THE BEGIN AND END TAGS -->
90
90
91
91
<!--BEGIN:COMPAT_CAST_TABLE-->
92
-
<!-- prettier-ignore-start -->
93
92
| From Type | To Type | Notes |
94
93
|-|-|-|
95
94
| boolean | byte ||
@@ -166,7 +165,6 @@ The following cast operations are generally compatible with Spark except for the
166
165
| timestamp | long ||
167
166
| timestamp | string ||
168
167
| timestamp | date ||
169
-
<!-- prettier-ignore-end -->
170
168
<!--END:COMPAT_CAST_TABLE-->
171
169
172
170
### Incompatible Casts
@@ -176,7 +174,6 @@ The following cast operations are not compatible with Spark for all inputs and a
176
174
<!-- WARNING! DO NOT MANUALLY MODIFY CONTENT BETWEEN THE BEGIN AND END TAGS -->
177
175
178
176
<!--BEGIN:INCOMPAT_CAST_TABLE-->
179
-
<!-- prettier-ignore-start -->
180
177
| From Type | To Type | Notes |
181
178
|-|-|-|
182
179
| float | decimal | There can be rounding differences |
@@ -185,7 +182,6 @@ The following cast operations are not compatible with Spark for all inputs and a
185
182
| string | double | Does not support inputs ending with 'd' or 'f'. Does not support 'inf'. Does not support ANSI mode. |
186
183
| string | decimal | Does not support inputs ending with 'd' or 'f'. Does not support 'inf'. Does not support ANSI mode. Returns 0.0 instead of null if input contains no digits |
187
184
| string | timestamp | Not all valid formats are supported |
0 commit comments