Description
Support the IntervalType in window range frames, as mentioned in the conclusion of the databricks blog post on window functions.
This actualy requires us to support Literals instead of Integer constants in Range Frames. The following things will have to be modified:
- org.apache.spark.sql.hive.HiveQl
- org.apache.spark.sql.catalyst.expressions.SpecifiedWindowFrame
- org.apache.spark.sql.execution.Window
- org.apache.spark.sql.expressions.Window
Attachments
Issue Links
- is blocked by
-
SPARK-8064 Upgrade Hive to 1.2
- Resolved
-
SPARK-8943 CalendarIntervalType for time intervals
- Resolved
- is related to
-
SPARK-25841 Redesign window function rangeBetween API
- Resolved
- links to