Skip to content

Commit 0947f96

Browse files
authored
feat: add real(float32) type for trino offline store (#4749)
1 parent 285c0dc commit 0947f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino_type_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def pa_to_trino_value_type(pa_type_as_str: str) -> str:
7474
"double": pa.float64(),
7575
"binary": pa.binary(),
7676
"char": pa.string(),
77+
"real": pa.float32()
7778
}
7879

7980

0 commit comments

Comments
 (0)