Skip to content

Commit a6b58ca

Browse files
committed
Change froat to ydb.PrimitiveTypes.Double
1 parent e9be138 commit a6b58ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def query_parameters_to_pb(parameters):
304304

305305
_from_python_type_map = {
306306
int: types.PrimitiveType.Int64,
307-
float: types.PrimitiveType.Float,
307+
float: types.PrimitiveType.Double,
308308
bool: types.PrimitiveType.Bool,
309309
str: types.PrimitiveType.Utf8,
310310
}

0 commit comments

Comments
 (0)