HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

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

Closed ron-kuhn closed 9 months ago

ron-kuhn commented 1 year ago

I have a dataset consisting of a compound datatype:

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 commented 9 months ago

Resolved in #107