-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Java] More default vector comparators #38662
Comments
take |
jduo
added a commit
to Bit-Quill/arrow
that referenced
this issue
Nov 10, 2023
Add comparators for: - FixedSizeBinaryVector - LargeListVector - FixedSizeListVector - NullVector
jduo
added a commit
to Bit-Quill/arrow
that referenced
this issue
Nov 14, 2023
Add comparators for: - FixedSizeBinaryVector - LargeListVector - FixedSizeListVector - NullVector
lidavidm
pushed a commit
that referenced
this issue
Nov 14, 2023
### Rationale for this change Add missing Default VectorValueComparators for some more types. ### What changes are included in this PR? Add comparators for: - FixedSizeBinaryVector - LargeListVector - FixedSizeListVector - NullVector ### Are these changes tested? Yes, unit tests added. ### Are there any user-facing changes? No * Closes: #38662 Authored-by: James Duong <james.duong@improving.com> Signed-off-by: David Li <li.davidm96@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
### Rationale for this change Add missing Default VectorValueComparators for some more types. ### What changes are included in this PR? Add comparators for: - FixedSizeBinaryVector - LargeListVector - FixedSizeListVector - NullVector ### Are these changes tested? Yes, unit tests added. ### Are there any user-facing changes? No * Closes: apache#38662 Authored-by: James Duong <james.duong@improving.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
There are still a few gaps in DefaultVectorComparators:
NullVector is also missing one, though sorting is irrelevant. Perhaps a trivial comparator that just returns equality always.
StructVector does not really make sense to make comparable.
Component(s)
Java
The text was updated successfully, but these errors were encountered: