Skip to content

Commit 760ec0e

Browse files
fix: Formatting trino
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 0947f96 commit 760ec0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +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()
77+
"real": pa.float32(),
7878
}
7979

8080

0 commit comments

Comments
 (0)