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/contributor-guide/spark_expressions_support.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,11 @@
238
238
-[x] dayofyear
239
239
-[x] extract
240
240
-[x] from_unixtime
241
-
-[ ] from_utc_timestamp
241
+
-[x] from_utc_timestamp
242
+
- Spark 3.4.3 (audited 2026-05-12): identical to 3.5.8.
243
+
- Spark 3.5.8 (audited 2026-05-12): baseline.
244
+
- Spark 4.0.1 (audited 2026-05-12): `inputTypes` widened to `StringTypeWithCollation`; behaviour unchanged for ASCII timezone strings.
245
+
- Known divergence: Comet's native timezone parser does not accept Spark's legacy zone forms (`GMT+1`, `UTC+1`, three-letter abbreviations like `PST`). Such timezones throw a native parse error at execution.
242
246
-[x] hour
243
247
-[x] last_day
244
248
-[x] localtimestamp
@@ -270,7 +274,11 @@
270
274
-[ ] to_timestamp_ltz
271
275
-[ ] to_timestamp_ntz
272
276
-[ ] to_unix_timestamp
273
-
-[ ] to_utc_timestamp
277
+
-[x] to_utc_timestamp
278
+
- Spark 3.4.3 (audited 2026-05-12): identical to 3.5.8.
279
+
- Spark 3.5.8 (audited 2026-05-12): baseline.
280
+
- Spark 4.0.1 (audited 2026-05-12): `inputTypes` widened to `StringTypeWithCollation`; behaviour unchanged for ASCII timezone strings.
281
+
- Known divergence: Comet's native timezone parser does not accept Spark's legacy zone forms (`GMT+1`, `UTC+1`, three-letter abbreviations like `PST`). Such timezones throw a native parse error at execution.
0 commit comments