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/04/23 02:01:09 UTC

[GitHub] [arrow] kou opened a new pull request, #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

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

   This fixes the following warning:
   
       GLib-GObject-WARNING **: value "((GArrowRoundMode) -765521144)"
       of type 'GArrowRoundMode' is invalid or out of range for property
       'mode' of type 'GArrowRoundMode'


-- 
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 #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

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

   Benchmark runs are scheduled for baseline = ebc0be214ed8f47609c61b19280bdcd505841758 and contender = dc2e02a4a29d9a5c667ce8c307bdf42504f2e486. dc2e02a4a29d9a5c667ce8c307bdf42504f2e486 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/da540093aab24347a23e841a170085d5...211013607e4145e88655bd5740cc211c/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/17ad9dda568747d09dcf372350f9d994...36b1cd0c611a48f7a56946b6d3a69bdb/)
   [Failed :arrow_down:8.21% :arrow_up:2.5%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6eeb9c23d8cd4b68a46e455cdb13d2a8...95e9fe7884354c38ae8534c4cbd57244/)
   [Finished :arrow_down:0.5% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/4dc11272062d4bf290a6fa46ecff1c13...c27b001b496941edbc852152b454f40d/)
   Buildkite builds:
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/605| `dc2e02a4` ec2-t3-xlarge-us-east-2>
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/593| `dc2e02a4` test-mac-arm>
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/592| `dc2e02a4` ursa-i9-9960x>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/603| `dc2e02a4` ursa-thinkcentre-m75q>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/604| `ebc0be21` ec2-t3-xlarge-us-east-2>
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/592| `ebc0be21` test-mac-arm>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/591| `ebc0be21` ursa-i9-9960x>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/602| `ebc0be21` ursa-thinkcentre-m75q>
   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 #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #12971:
URL: https://github.com/apache/arrow/pull/12971#issuecomment-1107197527

   https://issues.apache.org/jira/browse/ARROW-16296


-- 
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 #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

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

   ['Python', 'R'] benchmarks have high level of regressions.
   [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6eeb9c23d8cd4b68a46e455cdb13d2a8...95e9fe7884354c38ae8534c4cbd57244/)
   


-- 
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 closed pull request #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

Posted by GitBox <gi...@apache.org>.
kou closed pull request #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode
URL: https://github.com/apache/arrow/pull/12971


-- 
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 #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #12971:
URL: https://github.com/apache/arrow/pull/12971#issuecomment-1107197632

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


-- 
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 #12971: ARROW-16296: [GLib] Add missing casts for GArrowRoundMode

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12971:
URL: https://github.com/apache/arrow/pull/12971#issuecomment-1107298221

   +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