Spark DayTimeIntervalType support #9888
|
Hello, |
Replies: 2 comments 2 replies
|
I wonder if it is feasible to use micro unit in IntervalDayTimeType and provide toMillis method just like TimestampType does. |
|
@zhli1142015 It looks like in Spark DayTimeIntervalType has parameters. It is not a singleton type. If so, I think you need to define a new type. |

@zhli1142015 It looks like in Spark DayTimeIntervalType has parameters. It is not a singleton type. If so, I think you need to define a new type.