HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Support variable length types for datasets #122

Closed mattjala closed 4 months ago

mattjala commented 5 months ago

This should be possible through serializing the raw data and sending it in a binary request. At least some of the logic for this already exists in read/write code, but some helpers (RV_convert_datatype_to_JSON) still don't support vlen types

mattjala commented 4 months ago

Resolved in #124