This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Commit ecdf15e
authored
Fixes large payload runtime exception in Datastore (issue 1633) (feast-dev#2181)
* Fixes runtime exception when feature values are larger than 1500 bytes in Datastore.
Datastore indexes values as well as keys so large payloads are disallowed. This change clarifies that values should not be indexed. It avoids google.api_core.exceptions.InvalidArgument: 400 The value of property _ is longer than 1500 bytes.
Signed-off-by: Pamela Toman <[email protected]>
* Linted
Signed-off-by: Pamela Toman <[email protected]>1 parent 94c780b commit ecdf15e
1 file changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 199 | + | |
| 200 | + | |
210 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments