How to get a date in spark sql given a year and a week number (and without resorting to LEGACY)
I am using Databricks and it does not allow setting the date to legacy (pre version3.0) mode. So then given (year, week-in-year) how can any of the dates within that week be returned?