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/03/24 13:06:29 UTC

[GitHub] [arrow] kou opened a new pull request, #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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

   ### Rationale for this change
   
   It's needed for match substring related kernels.
   
   ### What changes are included in this PR?
   
   These changes add `GArrowMatchSubstringOptions`.
   
   These changes also includes bug fixes of `GArrowIndexOptions`. Sorry.
   
   ### 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] github-actions[bot] commented on pull request #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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

   :warning: GitHub issue #15285 **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] github-actions[bot] commented on pull request #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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

   * Closes: #15285


-- 
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 #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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

   Benchmark runs are scheduled for baseline = a18382c168abfb7e0552e6eee2b7d7be41f557c1 and contender = 9d0bce65a08e0507a816ca4ed3faa912b7956eca. 9d0bce65a08e0507a816ca4ed3faa912b7956eca 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/2cf497a5979b47efbceda2004d35451c...4d82ed36a9fa4134a322b00f5477b1e1/)
   [Failed :arrow_down:0.44% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/bb96c7c90b3c4078819ca29bd6c1923c...91ea57dc21ed4b348fc3b8357ec878e2/)
   [Finished :arrow_down:0.51% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/ffb07ff131f546c99fdab520b9e93ce7...5dc4564f91d84438b9136d2020a5485d/)
   [Finished :arrow_down:0.15% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/02ddf57095464ad8940608ff8da9fbda...aa7f6ff1acfd4ea18fa4e9b2bfff379a/)
   Buildkite builds:
   [Finished] [`9d0bce65` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2578)
   [Failed] [`9d0bce65` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2608)
   [Finished] [`9d0bce65` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2576)
   [Finished] [`9d0bce65` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2599)
   [Finished] [`a18382c1` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2577)
   [Finished] [`a18382c1` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2607)
   [Finished] [`a18382c1` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2575)
   [Finished] [`a18382c1` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2598)
   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] kou commented on pull request #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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

   +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


[GitHub] [arrow] kou merged pull request #34725: GH-15285: [GLib] Add GArrowMatchSubstringOptions

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


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