[r] SOMADataFrame
create
needs to accept a domain
argument
#2967
Labels
SOMADataFrame
create
needs to accept a domain
argument
#2967
Found while working on issue #2407 / [sc-51048]. See also [sc-55657].
Python
The
SOMADataFrame
create
method acceptsdomain
here:TileDB-SOMA/apis/python/src/tiledbsoma/_dataframe.py
Line 138 in 248f46e
TileDB-SOMA/apis/python/src/tiledbsoma/_dataframe.py
Lines 156 to 167 in 248f46e
R
The
SOMADataFrame
create
method does not acceptdomain
here:TileDB-SOMA/apis/r/R/SOMADataFrame.R
Lines 26 to 31 in 248f46e
For this reason, here
TileDB-SOMA/apis/r/R/SOMADataFrame.R
Lines 49 to 53 in 248f46e
calling here
TileDB-SOMA/apis/r/R/utils-arrow.R
Line 363 in 248f46e
the domain is taken from the datatype's max range.
This is a R/Python parity issue which will become noticeable on #2407 and should be prioritized.
The text was updated successfully, but these errors were encountered: