Commits

Muqun Yang committed 200a77d8c3e
HDFFV-10933, add a check inside H5Dint.c to ignore the filter operations when the filter is optional and the dataset has properties that makes the filter unable to apply to this dataset. These properties are Scalar or NULL SPACE or variable length datatype. An unpolished C example code h5_filter_ignore.c can be found under the examples directory.