Commit 739104e
committed
Reload table after replace in integration test (StagedTable blocks scan)
Catalog.replace_table() returns the StagedTable object even after
commit, and StagedTable.scan() raises ValueError unconditionally.
The catalog-behavior unit tests already follow the
load_table-after-replace pattern; align the integration test.1 parent 66f4a68 commit 739104e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
| 906 | + | |
906 | 907 | | |
907 | 908 | | |
908 | 909 | | |
| |||
0 commit comments