I used Trino as offline store. And feast supports a various data types by Trino-supported data types(docs)
But feast doesn't support Trino-based real type. the type means float32. I just add the mapping real to float32.
Which issue(s) this PR fixes:
A float32 type is supported in the trino as offline store
What this PR does / why we need it:
I used Trino as offline store. And feast supports a various data types by Trino-supported data types(docs) But feast doesn't support Trino-based
real
type. the type meansfloat32
. I just add the mappingreal
tofloat32
.Which issue(s) this PR fixes:
A float32 type is supported in the trino as offline store
Misc