Skip to content
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

support LargeUtf8 in sort kernel #26

Merged
merged 1 commit into from
Apr 26, 2021
Merged

Conversation

ritchie46
Copy link
Contributor

This PR adds LargeUtf8 support for the sort kernels. Closes #25

@codecov-commenter
Copy link

Codecov Report

Merging #26 (c29f49a) into master (463f88f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files         162      162           
  Lines       43522    43530    +8     
=======================================
+ Hits        35902    35910    +8     
  Misses       7620     7620           
Impacted Files Coverage Δ
arrow/src/compute/kernels/sort.rs 94.32% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 463f88f...c29f49a. Read the comment docs.

Copy link
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, @ritchie46 , looks great 👍

Copy link
Contributor

@nevi-me nevi-me left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jorgecarleitao jorgecarleitao added the enhancement Any new improvement worthy of a entry in the changelog label Apr 26, 2021
@@ -958,14 +962,25 @@ mod tests {
assert_eq!(output, expected)
}

/// Tests both Utf8 and LargeUtf8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@alamb alamb merged commit 20f6c7e into apache:master Apr 26, 2021
@jorgecarleitao jorgecarleitao removed the enhancement Any new improvement worthy of a entry in the changelog label May 14, 2021
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.

Support LargeUtf8 in sort kernel
5 participants