feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

feat: add `real`(float32) type for trino offline store #4749

Open young-hun-jo opened 1 week ago

young-hun-jo commented 1 week ago

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 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

Misc

dmartinol commented 1 week ago

Hello, you first need to sign-off your commit, see the failed DCO run