* 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.
* Fixing HDFFV-10933
Description:
Updated the original fix by KY in commit
200a77d8c3e51663c375aafffff607ae9b438f4e
- use internal functions instead of public API
- add another condition in a for loop, but need to confirm
- move some code into the subroutine for a cleaner look.
Platforms tested:
Linux/64 (jelly)
* Revert "Fixing HDFFV-10933"
This reverts commit 3663f6c2aa4933143b6de17e91bd13c9a64ad5bd.
* Fixing HDFFV-10933
Description:
Updated the original fix by Kent Y. in commit
200a77d8c3e51663c375aafffff607ae9b438f4e
- use internal functions instead of public API
- add another condition in a for loop, but need to confirm
- move some code into the subroutine for a cleaner look.
Platforms tested:
Linux/64 (jelly)
* Revert "Fixing HDFFV-10933"
This reverts commit 3663f6c2aa4933143b6de17e91bd13c9a64ad5bd.
* Fixing HDFFV-10933
Description:
Updated the original fix by Kent Y. in commit
200a77d8c3e51663c375aafffff607ae9b438f4e
- use internal functions instead of public API
- move some code into the subroutine for a cleaner look.
Platforms tested:
Linux/64 (jelly)
SunOS 5.11 (hedgehog)
* Fixed typo