TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Using directory specifiers in attribute names

Open normanb opened this issue 6 years ago • 0 comments

If you create an attribute that includes a directory specifier in the name, e.g. /, then you get the following error;

[TileDB::IO] Error: Cannot open file '/MyArray/__518d0e886c764f4480fb7d457a1f4e4c_1552425763728/path/myattr.tdb'; No such file or directory

Making a note of this as it would be helpful to test the attribute name for invalid characters and throw a more meaningful error.

normanb avatar Mar 12 '19 21:03 normanb