Spotted while implementing #3430, we don't support converting from and to pyspark interval dtypes (DayTimeIntervalType, YearMonthIntervalType, CalendarIntervalType).
SQLFrame does not seem to support them at all, but pyspark does and it would be nice if we were able to add interoperability for them