Skip to content

HDFReads recovers strings#146

Merged
victorventuri merged 2 commits intomainfrom
read_hdf_str
Aug 14, 2025
Merged

HDFReads recovers strings#146
victorventuri merged 2 commits intomainfrom
read_hdf_str

Conversation

@victorventuri
Copy link
Copy Markdown
Contributor

Now, where reading from a saved HDF5 file, columns that were originally strings and were saved as raw bytes get re-converted to strings automatically.

Since we save strings as raw byte sequences, when reading them back, we should
make sure that, in memory, they are accessible as strings as well.
@coveralls
Copy link
Copy Markdown

coveralls commented Aug 14, 2025

Pull Request Test Coverage Report for Build 16978759110

Details

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 95.974%

Totals Coverage Status
Change from base Build 16947286284: 0.01%
Covered Lines: 1311
Relevant Lines: 1366

💛 - Coveralls

@victorventuri victorventuri merged commit 0c73180 into main Aug 14, 2025
10 checks passed
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.

2 participants