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

Dataset Read Does Not Support Subset of Compound Data Members #21

Closed
ron-kuhn opened this issue Apr 3, 2023 · 1 comment
Closed

Dataset Read Does Not Support Subset of Compound Data Members #21

ron-kuhn opened this issue Apr 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ron-kuhn
Copy link

ron-kuhn commented Apr 3, 2023

I have a dataset consisting of a compound datatype:

  • Name - 64 characters
  • AcquisitionTimeUTC - I64LE
  • CenterZ - F64LE
  • PixelSizeZ - F64LE

I write all the rows of the dataset at one time. When I browse through the HSDS objects and download the dataset, I see that the data was written correctly. If I only want to return the Names for all the rows, it says it is successful but the 2nd Name starts with data from the 1st AcquisitionTimeUTC row.

@mattjala mattjala added the bug Something isn't working label Apr 24, 2023
@mattjala mattjala changed the title Dataset Read Does Not Support Subset of Data Dataset Read Does Not Support Subset of Compound Data Members Nov 28, 2023
@mattjala
Copy link
Collaborator

Resolved in #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants