Skip to content

Conversation

jonathanc-n
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

Fuzz testing did not contain binary types.

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Sep 9, 2025
@jonathanc-n
Copy link
Contributor Author

@stuartcarnie @alamb I was doing this pull request and realized that the current join fuzz testing currently only supports i32.

I could make a follow up to use a macro to create tests for each type but I would need to take a look at how long the tests are taking. What do you think a good threshold would be for testing time?

@findepi
Copy link
Member

findepi commented Sep 10, 2025

@jonathanc-n maybe we don't need each type? i would focus on int64, decimal and Utf8(View), since these are likely most common join keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Binary/LargeBinary/BinaryView/FixedSizeBinary to join_fuzz
2 participants