Commit b78e54c
authored
Fix GitHub Actions workflow triggers for li-0.11 branch (#43)
* Update GitHub Actions workflow triggers to use li-0.11 branch
Replace 'main' with 'li-0.11' in push branch triggers since li-0.11 is
the default branch for this fork and main does not exist.
* Backport fix for Hive catalog test failure on CPython 3.13.12
Cherry-pick of apache/iceberg-python#3043. Use reset_mock() instead of
directly assigning call_count = 0, which no longer works on CPython 3.13.12.1 parent 8dee48a commit b78e54c
File tree
4 files changed
+4
-4
lines changed- .github/workflows
- tests/catalog
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
| 1317 | + | |
1317 | 1318 | | |
1318 | | - | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| |||
0 commit comments