Commit 0c3b7c9
fix: assert key_reorder fixture invariant; add pull-requests: read to dependency-review
test_key_reorder_hashes_are_identical now explicitly asserts the fixture
invariant (ipc_b64 and expected_hash are identical between the two vectors,
because arrow-ipc normalises key order alphabetically before encoding) then
hashes once as a live sanity check. Re-hashing both vectors would just hash
the same bytes twice with no added signal beyond test_golden_vector.
Also adds `pull-requests: read` to the dependency-review job's permissions
block; actions/dependency-review-action requires it to fetch PR diff metadata
and would fail at runtime with only `contents: read`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f4e9f22 commit 0c3b7c9
2 files changed
Lines changed: 24 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | | - | |
115 | | - | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
0 commit comments