Skip to content

VOL julea-db does not handle relative paths #128

@t-erxleben

Description

@t-erxleben

When a group creation call gets a name containing slashes, this name should be interpreted as a path relative to the given location.
Intermediate groups may be created if specified in the lcpl.

However this is not how julea-db behaves as it just creates a group with slashes in its name:
image
(Screenshot of the HDF5_DB_link table)

Edit: In contrast that what happens with native HDF5:

$ h5dump somefile.h5 
HDF5 "somefile.h5" {
GROUP "/" {
   GROUP "path" {
      GROUP "to" {
         GROUP "group" {
         }
      }
   }
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions