Skip to content

Commit 8ec8bea

Browse files
authored
fix: missing time type (#60)
1 parent 34d5b2c commit 8ec8bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

es/baseapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_type(data_type) -> int:
8383
"interval_day": Type.STRING,
8484
"interval_month": Type.STRING,
8585
"interval_year": Type.STRING,
86+
"time": Type.STRING,
8687
}
8788
return type_map[data_type.lower()]
8889

0 commit comments

Comments
 (0)