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/23 07:23:11 UTC

[GitHub] [arrow-rs] Jimexist opened a new pull request, #3165: bloom filter part IV: adjust writer properties, bloom filter properties, and incorporate into column encoder

Jimexist opened a new pull request, #3165:
URL: https://github.com/apache/arrow-rs/pull/3165

   
   
   # 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.
   -->
   
   - part IV of #3023 
   
   # Rationale for this change
   1. update number of properties
   2. push down hashing to encoder level
   3. add more docs
   <!--
   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.
   -->
   
   # 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.
   -->
   
   # Are there any user-facing changes?
   
   
   <!--
   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 `breaking 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-rs] tustvold merged pull request #3165: bloom filter part IV: adjust writer properties, bloom filter properties, and incorporate into column encoder

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


-- 
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-rs] alamb commented on pull request #3165: bloom filter part IV: adjust writer properties, bloom filter properties, and incorporate into column encoder

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #3165:
URL: https://github.com/apache/arrow-rs/pull/3165#issuecomment-1328235393

   Thank you for all your work on this feature @Jimexist  -- it is really cool to see


-- 
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-rs] ursabot commented on pull request #3165: bloom filter part IV: adjust writer properties, bloom filter properties, and incorporate into column encoder

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

   Benchmark runs are scheduled for baseline = 8ba78427ef2fea52ffabe91104b74b17906b3772 and contender = 5640a5b0c7d456a68c7c0cc562425ccf5494ecec. 5640a5b0c7d456a68c7c0cc562425ccf5494ecec 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-rs-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/673eaaf9d2e44b31b11ba6c9568cf088...a04cc1d9c4774379b85ef42fc65c61cb/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/0664d06ee1394c4698fe72c112fbc0aa...db99187969824622b8b16e0eefcf5ed6/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/74ae93c0764043d7a6397904e8949a6f...ac19151b2f5b48bcb68526ae582dc105/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a2d0aae4162a469e82e4c308525863d6...33ff54d1762343e080854dd54b2dd832/)
   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