Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2026 02:37 AM
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!