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

wrap a subset of H5TB #511

Closed
wants to merge 9 commits into from
Closed

wrap a subset of H5TB #511

wants to merge 9 commits into from

Conversation

cnliao
Copy link

@cnliao cnliao commented Sep 5, 2018

The HDF5 Table API defines a standard storage for HDF5 datasets that are intended to be interpreted as tables.
https://support.hdfgroup.org/HDF5/doc/HL/RM_H5TB.html

@musm
Copy link
Member

musm commented Sep 19, 2018

This seems to cause EXCEPTION_ACCESS_VIOLATION on 32-bit windows.

@cnliao
Copy link
Author

cnliao commented Sep 20, 2018

This seems to cause EXCEPTION_ACCESS_VIOLATION on 32-bit windows.

The only thing I can come up with is the hard-coded record size in the tests, but it turns out fixing that does not help. It looks like an upstream bug. Unfortunately I don't have access to a 32-bit windows platform so it is unlikely that I will fix this.

@musm musm closed this Aug 23, 2019
@musm musm reopened this Aug 23, 2019
@musm musm closed this Aug 27, 2019
@musm musm reopened this Aug 27, 2019
@musm
Copy link
Member

musm commented Dec 10, 2020

resurected in #777

@test _nfield[] == nfield
@test _nrec[] == 6

_colnamebuf = [fill(0xff, 10), fill(0xff,10)]
Copy link
Member

Choose a reason for hiding this comment

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

Is there no way to determine the length of these strings from HDF5?

@musm musm closed this Dec 10, 2020
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.

None yet

2 participants