ARROW-2978: [Rust] Change argument to rust fmt to fix build#2371
Closed
andygrove wants to merge 2 commits intoapache:masterfrom
andygrove:fix_rust_ci_failure
Closed
ARROW-2978: [Rust] Change argument to rust fmt to fix build#2371andygrove wants to merge 2 commits intoapache:masterfrom andygrove:fix_rust_ci_failure
andygrove wants to merge 2 commits intoapache:masterfrom
andygrove:fix_rust_ci_failure
Conversation
Member
Author
|
@wesm This fixes the Rust part of the build ... at time of writing I am waiting for the JDK build to finish ... but once that is done this good to merge. |
Codecov Report
@@ Coverage Diff @@
## master #2371 +/- ##
==========================================
+ Coverage 84.43% 84.49% +0.05%
==========================================
Files 281 293 +12
Lines 44418 45329 +911
==========================================
+ Hits 37505 38301 +796
- Misses 6882 6997 +115
Partials 31 31
Continue to review full report at Codecov.
|
wesm
pushed a commit
that referenced
this pull request
Aug 6, 2018
Work in progress... trying to fix the build. Author: Andy Grove <andygrove73@gmail.com> Closes #2371 from andygrove/fix_rust_ci_failure and squashes the following commits: 94c1277 <Andy Grove> Update code formatting to keep latest version of rust fmt happy 1b3e72d <Andy Grove> Change argument to rust fmt to fix build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work in progress... trying to fix the build.