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

NULL data space dataset is displayed as a scalar dataset #140

Closed
kyang2014 opened this issue Jun 27, 2023 · 0 comments
Closed

NULL data space dataset is displayed as a scalar dataset #140

kyang2014 opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub

Comments

@kyang2014
Copy link

The attached file has a dataset with NULL data space. The HDFView 3.3.0 displays it as a scalar dataset. See the attached screenshot. Here is the h5dump output.

h5dump -H dim_scale_null_space.h5 
HDF5 "dim_scale_null_space.h5" {
GROUP "/" {
   DATASET "x" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  NULL
      ATTRIBUTE "CLASS" {
         DATATYPE  H5T_STRING {
            STRSIZE 16;
            STRPAD H5T_STR_NULLTERM;
            CSET H5T_CSET_ASCII;
            CTYPE H5T_C_S1;
         }
         DATASPACE  SCALAR
      }
HDFView_null_space [dim_scale_null_space.h5.gz](https://github.com/HDFGroup/hdfview/files/11881410/dim_scale_null_space.h5.gz)
@mattjala mattjala added Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub Priority - 2. Medium ⏹ It would be nice to have this in the next release labels Jul 3, 2023
@byrnHDF byrnHDF closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub
Projects
None yet
Development

No branches or pull requests

3 participants