Commit bcaa701
committed
fix: MySQL does not support DROP INDEX IF EXISTS syntax
Use try/except instead since the index may not exist when dropping
versioned tables discovered from information_schema.
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>1 parent 386d01a commit bcaa701
File tree
1 file changed
+4
-1
lines changed- sdk/python/feast/infra/online_stores/mysql_online_store
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
327 | 330 | | |
328 | 331 | | |
329 | 332 | | |
| |||
0 commit comments