-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor: Add FixedSizeBinaryTest #6895
Conversation
bf2067d
to
b229db0
Compare
|
||
# Comparison | ||
# https://github.com/apache/arrow-datafusion/pull/6891 | ||
query error DataFusion error: Internal error: Data type FixedSizeBinary\(3, "0,1,2"\) not supported for scalar operation 'eq' on dyn array\. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should work after #6891
b229db0
to
64e26ed
Compare
Possibly needs this change that was just merged into Arrow? apache/arrow-rs#4492 |
Update: Yes, you are right that should land in DataFusion sometime next week. I'll add a note to the test. Thank you |
I an merging these tests in so we have coverage of the FixedSizeBinary workload and have a place to extend them going forward |
Which issue does this PR close?
Related to #6891
Rationale for this change
#6891 needs some tests, but since there is no fixed size binary examples yet in .slt files I figured I would add some rather than asking @maxburke to do it
What changes are included in this PR?
Add basic test coverage for FixedSizeBinary
Are these changes tested?
Only tests
Are there any user-facing changes?
No