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/28 21:31:27 UTC

[GitHub] [arrow-rs] tustvold opened a new pull request, #3214: Update tonic-build to 0.8.3

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

   # 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.
   -->
   
   # 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 #3214: Update tonic-build to 0.8.3

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


-- 
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 #3214: Update tonic-build to 0.8.3

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

   Benchmark runs are scheduled for baseline = 64b466e7864f8b019d3396c45efec81342b46a7f and contender = 1eff6fe104a5a8b38bf79c7443faade23cc8c962. 1eff6fe104a5a8b38bf79c7443faade23cc8c962 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/41674932f54c4736ae20be5ce3f8787a...f32fb4b0fd2740ab9085de491c1e5fe1/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/ae6918be3d7849108e8d71b8eb2ab84d...9f031ed93b984292b83f07cf44b6a64c/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/c6f5daef54e149c4bae8945586f2f6c3...d614adebaa674642b6582ff93a3dbc23/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/2d73770be458412eb36171b0eec0559d...235107c3c3e242beafa1c8f34fb5afff/)
   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-rs] tustvold commented on a diff in pull request #3214: Update tonic-build to 0.8.3

Posted by GitBox <gi...@apache.org>.
tustvold commented on code in PR #3214:
URL: https://github.com/apache/arrow-rs/pull/3214#discussion_r1034067534


##########
arrow-flight/Cargo.toml:
##########
@@ -47,11 +47,11 @@ flight-sql-experimental = ["prost-types"]
 [dev-dependencies]
 
 [build-dependencies]
-tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] }
 # Pin specific version of the tonic-build dependencies to avoid auto-generated
 # (and checked in) arrow.flight.protocol.rs from changing
 proc-macro2 = { version = "=1.0.47", default-features = false }
 prost-build = { version = "=0.11.2", default-features = false }
+tonic-build = { version = "=0.8.3", default-features = false, features = ["transport", "prost"] }

Review Comment:
   Pin it so that we get deterministic builds



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