Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified reading/writing attributes and datasets #450

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

ferdonline
Copy link
Contributor

Description

Reading attributes now uses the same routines as reading datasets.
Besides the smaller code due to reuse, now it support fixed-length
strings

Fixes #322 and #285

How to test this?

Tests were added to tests_high_five_base.cpp in HighFiveFixedLenStringArrayAttribute

Reading attributes now uses the same routines as reading datasets.
Besides the smaller code due to reuse, now it support fixed-length
strings

Fixes #322 and #285
@ferdonline ferdonline changed the title Unifyied reading attributes and datasets Unified reading attributes and datasets Apr 29, 2021
@ferdonline ferdonline changed the title Unified reading attributes and datasets Unified reading/writing attributes and datasets Apr 29, 2021
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@f2a6b1d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #450   +/-   ##
=========================================
  Coverage          ?   78.53%           
=========================================
  Files             ?       61           
  Lines             ?     3145           
  Branches          ?        0           
=========================================
  Hits              ?     2470           
  Misses            ?      675           
  Partials          ?        0           

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 f2a6b1d...507e3fd. Read the comment docs.

Copy link
Member

@matz-e matz-e left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you.

Copy link
Contributor

@ohm314 ohm314 left a comment

Choose a reason for hiding this comment

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

very nice, thank you!

@ferdonline ferdonline merged commit aeccbb8 into master Apr 29, 2021
@ferdonline ferdonline deleted the improv/unify_read_write_attrs branch April 29, 2021 13:50
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.

Reading fixed length string from attribute
4 participants