The time data type from Drill seems to break Superset. The cause seems to be that Pandas lacks a time data type. The original implementation converted the time to a timedelta datatype, which Superset could not interpret.
The fix reverts it back to a generic object.
The
time
data type from Drill seems to break Superset. The cause seems to be that Pandas lacks atime
data type. The original implementation converted the time to atimedelta
datatype, which Superset could not interpret.The fix reverts it back to a generic object.