JNI: Improve varlen datatype handling in H5A/H5D read/write functions (#2156)

* Improve JNI VL datatype read/write to handle complex combinations

* Implement VL of VL JNI writes and reads

* Add Java VLofVL test for attributtes

* Changes to address review issues

* Fix H5Aread vl blocks
This commit is contained in:
Allen Byrne
2022-10-25 23:33:30 -05:00
committed by GitHub
parent ad2d77397a
commit 9c61f7b1e1
12 changed files with 1089 additions and 971 deletions

View File

@@ -1,4 +1,5 @@
JUnit version 4.11
.testH5DVLwrVL
.testH5Dget_storage_size
.testH5Diterate_write
.testH5Dcreate
@@ -22,5 +23,5 @@ JUnit version 4.11
Time: XXXX
OK (20 tests)
OK (21 tests)