Commit 60615a5
authored
### Rationale for this change
Fix #50212
`Test #89: parquet-internals-test .......................***Failed 14.96 sec`
### What changes are included in this PR?
Add custom `PrintTo` for parameter `BloomFilterBuilderFoldingTestCase` introduced with pr #50008, so gtest prints fields instead of raw bytes (error `Use of uninitialised value`).
Similar to the past solution in commit 1b7e396 but with additional field names/debug output.
### Are these changes tested?
Yes, by CI.
### Are there any user-facing changes?
No.
* GitHub Issue: #50212
Authored-by: Tadeja Kadunc <tadeja.kadunc@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent 82b6fa5 commit 60615a5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
0 commit comments