You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 02:10:01 UTC

[GitHub] [arrow-datafusion] tustvold opened a new pull request, #4053: Cleanup hash_utils adding support for decimal256 and f16

tustvold opened a new pull request, #4053:
URL: https://github.com/apache/arrow-datafusion/pull/4053

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
   # Rationale for this change
   
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   
   I found the code very hard to read, and I think this is an improvement.
   
   # What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   Simplifies the logic in hash_util using new traits and macros from arrow-rs
   
   Adds support for decimal256 and f16 as an added bonus
   
   # Are there any user-facing changes?
   
   No
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] ursabot commented on pull request #4053: Cleanup hash_utils adding support for decimal256 and f16

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #4053:
URL: https://github.com/apache/arrow-datafusion/pull/4053#issuecomment-1298167832

   Benchmark runs are scheduled for baseline = 648a2d9728669ea5530f480c088189c013db4eb3 and contender = c92a38fe5b2a17b8f9a1cd29d181b99793bd26fc. c92a38fe5b2a17b8f9a1cd29d181b99793bd26fc is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/2e7f754d7a8149a4aaaa1fd8eea8a204...e9e4cf8acdab46a1aafbdfc190805c77/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/45e873598cd546428733bb0d22316f46...a9e27781a72041b1b971a9b61928cc84/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/395638a6033a47d994b2d8f9d7ab59ae...cd06a652a0eb462eaa32b7d9958d2d1a/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/b4a71d043203441db162bf33912be820...05b5d8c6a5bf45d3a998a504f50e6b7d/)
   Buildkite builds:
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] tustvold merged pull request #4053: Cleanup hash_utils adding support for decimal256 and f16

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #4053:
URL: https://github.com/apache/arrow-datafusion/pull/4053


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org