Skip to content

Commit e21b86b

Browse files
authored
fix python type map (#621)
1 parent 3aa5aeb commit e21b86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/py-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is the mapping for [Timeplus data type](/datatypes) and Python data type:
2727
|float32, float64|float|
2828
|date, date32|datetime.date|
2929
|datetime, datetime64|datetime.datetime|
30-
|string, fixed_string|str|
30+
|string, fixed_string|bytes|
3131
|array|list|
3232
|tuple|tuple|
3333
|map| dict|

0 commit comments

Comments
 (0)