ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

H5TBadd_records_from cannot insert records at the end of the destination table. #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two H5TB tables.
2. Invoke H5TBadd_records_from using an index for the destination table
that does not exist. i.e. Try to append to the end of the table.

A HDF5 library error occurs.

The workaround is to specify an index that does exist in the table. This
means that you cannot append records directly to the end of a table -- you
must insert them at least one row above the end.

Original issue reported on code.google.com by solomon....@gmail.com on 31 Jan 2009 at 11:54

GoogleCodeExporter commented 9 years ago
Need to verify that this has not already been fixed upstream in HDF5 1.8.2.
Permafrost currently builds against 1.8.0.

Original comment by solomon....@gmail.com on 31 Jan 2009 at 11:54