Commit da403d2
authored
Add support for
# Rationale for this change
Addd a new API `Transaction.update_statistics()` to use the existing
transaction instead of a brand new one.
# Are these changes tested?
I extended
`tests/integration/test_statistics_operations.py::test_manage_statistics`
to test the new API.
# Are there any user-facing changes?
Users can now update statistics files within an ongoing transaction.Transaction.update_statistics() (#1831)1 parent 5c4e59f commit da403d2
File tree
2 files changed
+16
-0
lines changed- pyiceberg/table
- tests/integration
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
441 | 450 | | |
442 | 451 | | |
443 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments