Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Duplicates IGNITE-20220
-
Docs Required, Release Notes Required
Description
According to the Spark documentation, the function weekofyear should return a number based on ISO rules:
A week is considered to start on a Monday and week 1 is the first week with >3 days.
The current implementation of the spark-extension uses WEEK,] which returns the week-based year (locale-specific) from a date/time value.
The extensions should use ISO_WEEK