UNSUPPORTED_TIME_TYPE despite 18.1 runtime?

js5
New Contributor II

Hello,

I have tried using TimeType data type which is supported since Spark 4.1:

https://spark.apache.org/docs/latest/sql-ref-datatypes.html

I am unfortunately still getting UNSUPPORTED_TIME_TYPE error when trying to run display() on a pandas dataframe containing time objects. Is this expected? If so, are there any plans for incorporating this new data type in databricks? Thanks!