Description
Extend the DayTimeIntervalType class and add two parameters that should specify the start and end fields in the type. This will allow to support of the following sub-types:
- INTERVAL DAY
- INTERVAL DAY TO HOUR
- INTERVAL DAY TO MINUTE
- INTERVAL HOUR
- INTERVAL HOUR TO MINUTE
- INTERVAL HOUR TO SECOND
- INTERVAL MINUTE
- INTERVAL MINUTE TO SECOND
- INTERVAL SECOND
Attachments
Issue Links
- blocks
-
SPARK-35726 Truncate java.time.Duration by fields of day-time interval type
- Resolved
-
SPARK-35727 Return INTERVAL DAY from dates subtraction
- Resolved
-
SPARK-35728 Check multiply/divide of day-time intervals of any fields by numeric
- Resolved
-
SPARK-35729 Check all day-time interval types in aggregate expressions
- Resolved
-
SPARK-35730 Check all day-time interval types in UDF
- Resolved
-
SPARK-35731 Check all day-time interval types in arrow
- Resolved
-
SPARK-35732 Parse DayTimeIntervalType from JSON
- Resolved
-
SPARK-35733 Check all day-time interval types in HiveInspectors tests
- Resolved
-
SPARK-35734 Format day-time intervals using type fields
- Resolved
-
SPARK-35735 Take into account day-time interval fields in cast
- Resolved
-
SPARK-35736 Parse any day-time interval types in SQL
- Resolved
-
SPARK-35737 Parse day-time interval literals to tightest types
- Resolved
-
SPARK-35768 Take into account year-month interval fields in cast
- Resolved
-
SPARK-35769 Truncate java.time.Period by fields of year-month interval type
- Resolved
-
SPARK-35770 Parse YearMonthIntervalType from JSON
- Resolved
-
SPARK-35771 Format year-month intervals using type fields
- Resolved
-
SPARK-35772 Check all year-month interval types in HiveInspectors tests
- Resolved
-
SPARK-35773 Parse year-month interval literals to tightest types
- Resolved
-
SPARK-35774 Parse any year-month interval types in SQL
- Resolved
-
SPARK-35775 Check all year-month interval types in aggregate expressions
- Resolved
-
SPARK-35776 Check all year-month interval types in arrow
- Resolved
-
SPARK-35777 Check all year-month interval types in UDF
- Resolved
-
SPARK-35778 Check multiply/divide of year-month intervals of any fields by numeric
- Resolved
- is a clone of
-
SPARK-35680 Support fields by year-month interval type
- Resolved
- links to