Skip to content

ARROW-3172: [Rust] Update documentation for datatypes.rs - #2513

Closed
paddyhoran wants to merge 5 commits into
apache:masterfrom
paddyhoran:ARROW-3172
Closed

ARROW-3172: [Rust] Update documentation for datatypes.rs#2513
paddyhoran wants to merge 5 commits into
apache:masterfrom
paddyhoran:ARROW-3172

Conversation

@paddyhoran

Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io

codecov-io commented Sep 5, 2018

Copy link
Copy Markdown

Codecov Report

Merging #2513 into master will increase coverage by 1.15%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2513      +/-   ##
==========================================
+ Coverage   86.33%   87.49%   +1.15%     
==========================================
  Files         308      259      -49     
  Lines       47120    44797    -2323     
==========================================
- Hits        40682    39194    -1488     
+ Misses       6366     5603     -763     
+ Partials       72        0      -72
Impacted Files Coverage Δ
rust/src/datatypes.rs 73.42% <33.33%> (ø) ⬆️
go/arrow/datatype_nested.go
go/arrow/math/uint64_amd64.go
go/arrow/internal/testing/tools/bool.go
go/arrow/internal/bitutil/bitutil.go
go/arrow/memory/memory_avx2_amd64.go
go/arrow/array/null.go
go/arrow/math/uint64_avx2_amd64.go
go/arrow/array/builder.go
go/arrow/array/binary.go
... and 40 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21ef18b...148e34d. Read the comment docs.

Comment thread rust/src/datatypes.rs Outdated
}
}

/// Returns a immutable reference to the `Field`'s name

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an immutable

Comment thread rust/src/datatypes.rs Outdated
&self.name
}

/// Returns a immutable reference to the `Field`'s data-type

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an

Comment thread rust/src/datatypes.rs Outdated
// specific language governing permissions and limitations
// under the License.

/*!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this use //! style comments instead?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that surrounding with /*! and */ is equivalent to starting each line with //!. I'm finding it hard to confirm this but I noticed this approach here

I guess we should stick with //! as it seems to be most used approach.

@andygrove andygrove left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paddyhoran

Copy link
Copy Markdown
Contributor Author

@kszucs @andygrove I'm not sure why the windows build failed. The previous commit only failed the non-windows build because thats where we run the fmt tool.

I just ran everything locally on windows and it's all good, I think Appveyor just timed out or something. I think this should be good to merge (not sure how to re-trigger CI without making changes to confirm my theory), what do you think?

@kszucs kszucs closed this in e0c07f4 Sep 6, 2018
@kszucs

kszucs commented Sep 6, 2018

Copy link
Copy Markdown
Member

It was a temporary network issue. Thanks @paddyhoran!

@paddyhoran
paddyhoran deleted the ARROW-3172 branch September 7, 2018 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants