pabrahamusa commented on issue #11745:
URL:
https://github.com/apache/incubator-superset/issues/11745#issuecomment-730660363
@villebro Actually pinot.infer-timestamp-type-in-schema is set to true and
presto identifies the column as TIMESTAMP, however the comment section says
TIME. I assume we can ignore the comment part.
presto:default> show columns from pinot.default.mydata;
```
Column | Type | Extra | Comment
----------------+-----------+-------+-----------
cluster | varchar | | DIMENSION
data | varchar | | DIMENSION
host | varchar | | DIMENSION
timemillis | timestamp | | TIME
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]