mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Small fix for Presto dtype map (#8251)
* Small fix for Presto dtype map * Add unit test
This commit is contained in:
@@ -53,8 +53,8 @@ pandas_dtype_map = {
|
||||
"real": "float64",
|
||||
"double": "float64",
|
||||
"varchar": "object",
|
||||
"timestamp": "datetime64",
|
||||
"date": "datetime64",
|
||||
"timestamp": "datetime64[ns]",
|
||||
"date": "datetime64[ns]",
|
||||
"varbinary": "object",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user