You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glitch: while with 3129 we are removing the last references to self$object within R/*.R, there are hundreds of lines of uses of $object within tests/testthat -- tracked on [r] Remove TileDB-R accesses within tests/testthat #3124
Then set a libtiledbsoma handle on construction/open, and close it on close
Modify all the methods to not take uri+ctx but rather the open handle
To check:
Currently the array set_metadata does not error out when the array is opened for read -- this is a bug.
This should be auto-fixed by this issue, but, it needs to be tested.
The text was updated successfully, but these errors were encountered:
Already done for groups
#2406; [sc-55685].
Steps:
private$.tiledb_array
with connection toself$object
libtiledbsoma
handles are currently ephemeralread
/write
/get_metadata
etc which islibtiledbsoma
-capable currently takes auri
and actx
and does open/op/closeprivate$.tiledb_array
with connection toself$object
private$.tiledb_array
andself$object
from R classes [WIP] #3129self$object
withinR/*.R
, there are hundreds of lines of uses of$object
withintests/testthat
-- tracked on [r] Remove TileDB-R accesses withintests/testthat
#3124libtiledbsoma
handle on construction/open, and close it on closeuri
+ctx
but rather the open handleTo check:
set_metadata
does not error out when the array is opened for read -- this is a bug.The text was updated successfully, but these errors were encountered: