Commit c80bab3
fix: KeyError exception in athena wrangler (#2483)
When updating cache on a multi thread code we got an KeyError exception.
Now have updated code to only remove the item in cache if key actually
exists.
Co-authored-by: rabin.gaire <[email protected]>1 parent c71158b commit c80bab3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments