Skip to content

Commit ac774bb

Browse files
committed
Bumping version to 0.0b17
1 parent 6310072 commit ac774bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awswrangler/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__title__ = "awswrangler"
22
__description__ = "Utility belt to handle data on AWS."
3-
__version__ = "0.0b16"
3+
__version__ = "0.0b17"
44
__license__ = "Apache License 2.0"

awswrangler/glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _type_pandas2athena(dtype):
152152
elif dtype == "object" and isinstance(dtype, str):
153153
return "string"
154154
elif dtype[:10] == "datetime64":
155-
return "string"
155+
return "timestamp"
156156
else:
157157
raise UnsupportedType("Unsupported Pandas type: " + dtype)
158158

0 commit comments

Comments
 (0)