Commit d79cb52
committed
sql/export: skip columns with Bit(0) type in parquet test
We were seeing failures on this randomized test when these
columns were generated. The testutils parquet decoder can't
handle this type (added in #132944) so these fail, but it
doesn't represent a real issue.
This fix skips these the randomly generated test cases that
include this column type.
Fixes: #154011
Epic: none
Release note: None1 parent bdf73fa commit d79cb52
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
232 | 248 | | |
233 | 249 | | |
234 | 250 | | |
| |||
0 commit comments