Skip to content

Conversation

@aerfrei
Copy link
Contributor

@aerfrei aerfrei commented Dec 23, 2025

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: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@aerfrei
Copy link
Contributor Author

aerfrei commented Dec 23, 2025

Two random seeds that were helpful in verifying this off of master:
1802813790182486420 is a test failing with Bit(0)
4107181287183127133 is a seed with a column with non length 0 bit array that is not skipped.

@aerfrei aerfrei marked this pull request as ready for review December 24, 2025 00:06
@aerfrei aerfrei requested a review from a team as a code owner December 24, 2025 00:06
@aerfrei aerfrei requested review from KeithCh and log-head and removed request for a team and log-head December 24, 2025 00:06
We were seeing failures on this randomized test when these
columns were generated. The testutils parquet decoder can't
handle this type (added in cockroachdb#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: cockroachdb#154011
Epic: none

Release note: None
@aerfrei aerfrei requested a review from asg0451 December 26, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sql/importer: TestRandomParquetExports failed

3 participants