You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/06 07:08:45 UTC

[GitHub] [arrow] kou opened a new pull request, #35927: GH-35915: [Ruby] Add support for converting function options from Hash automatically

kou opened a new pull request, #35927:
URL: https://github.com/apache/arrow/pull/35927

   ### Rationale for this change
   
   It's convenient.
   
   ### What changes are included in this PR?
   
   This also fixes a crash bug with `CallExpression.new(name, args, Arrow::MatchSubstringOptions.new)`. `Arrow::MatchSubstringOptions.new` is freed multiple times.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
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] kou merged pull request #35927: GH-35915: [Ruby] Add support for converting function options from Hash automatically

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #35927:
URL: https://github.com/apache/arrow/pull/35927


-- 
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] ursabot commented on pull request #35927: GH-35915: [Ruby] Add support for converting function options from Hash automatically

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #35927:
URL: https://github.com/apache/arrow/pull/35927#issuecomment-1585750696

   Benchmark runs are scheduled for baseline = 3b32faafd61b116319eac0899eaae6de9ec25f9d and contender = 766e25440250dde9117e19245389badb5ed7678c. 766e25440250dde9117e19245389badb5ed7678c is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/81051e9556a24931abb5c9ae553662a5...16a466ebbd5244f3b5fa04d3ebdd80f0/)
   [Finished :arrow_down:1.92% :arrow_up:0.53%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/12698db5d740444f8e771b139f788da7...1fc8332b26994b1e9ffb34e170875157/)
   [Finished :arrow_down:1.31% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/7cba74d3e5354257a0df894e9d4ba01a...5c31058c61124380b5149730a7fc3d98/)
   [Finished :arrow_down:0.15% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/bebadbff123b4ca8b1c0c802dc96c7a3...8df095c32c784d629b5774957eadbfe1/)
   Buildkite builds:
   [Finished] [`766e2544` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/3015)
   [Finished] [`766e2544` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/3051)
   [Finished] [`766e2544` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/3016)
   [Finished] [`766e2544` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/3041)
   [Finished] [`3b32faaf` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/3014)
   [Finished] [`3b32faaf` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/3050)
   [Finished] [`3b32faaf` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/3015)
   [Finished] [`3b32faaf` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/3040)
   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] github-actions[bot] commented on pull request #35927: GH-35915: [Ruby] Add support for converting function options from Hash automatically

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35927:
URL: https://github.com/apache/arrow/pull/35927#issuecomment-1578048877

   :warning: GitHub issue #35915 **has been automatically assigned in GitHub** to PR creator.


-- 
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] kou commented on pull request #35927: GH-35915: [Ruby] Add support for converting function options from Hash automatically

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #35927:
URL: https://github.com/apache/arrow/pull/35927#issuecomment-1584097147

   +1


-- 
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