[r] SparseNDArray
/DenseNDArray
create
methods need to accept tile extent from PlatformConfig
#2966
Labels
SparseNDArray
/DenseNDArray
create
methods need to accept tile extent from PlatformConfig
#2966
Found while working on issue #2407 / [sc-51048].
SOMADataFrame
The
SOMADataFrame
create
method acceptsplatform_config
here:TileDB-SOMA/apis/r/R/SOMADataFrame.R
Lines 26 to 31 in 248f46e
That's passed here
TileDB-SOMA/apis/r/R/SOMADataFrame.R
Lines 49 to 53 in 248f46e
and used here
TileDB-SOMA/apis/r/R/utils-arrow.R
Line 364 in 248f46e
SOMASparseNDArray
andSOMADenseNDArray
The
SOMANDArrayBase
create
method acceptsplatform_config
here:TileDB-SOMA/apis/r/R/SOMANDArrayBase.R
Line 29 in 248f46e
That's not passed here
TileDB-SOMA/apis/r/R/SOMANDArrayBase.R
Line 42 in 248f46e
and so here
TileDB-SOMA/apis/r/R/utils-arrow.R
Line 392 in 248f46e
the extent is set to shape minus one.
This isn't super-high-pri, but, it should be fixed.
The text was updated successfully, but these errors were encountered: