Commit 510d49d
committed
fix(glue): Skip file existence check on S3 Tables commit path
The commit path also writes metadata via _write_metadata, which calls
exists() (ListObjectsV2) before writing. S3 Tables managed storage
does not support ListObjectsV2, so use the no-exist-check variant.1 parent d3644b5 commit 510d49d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
661 | 665 | | |
662 | 666 | | |
663 | 667 | | |
| |||
0 commit comments