-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiledb_dim() prints argument 'filter_list' as 'filters' #678
Comments
Thanks! And really appreciate your attentiveness to detail here. Would you want to propose a PR to correct either or both shortcomings? |
Sure! It might good chance to address another one I have in my notes (doc related). I will send a PR over the weekend. |
I also have not forgotten about your open (and dated, by my inaction) issue about 0- and 1- indexing. It's a tricky one! |
Oh, thanks - I thought about it back then and concluded that needs clear documentation wherever it needs one; for example there is one function that has one argument that accepts (0-based) and another with (1-based). But it's not a deal if it's documented it. But there is something else that I am about to open soon and is similar to #524. |
* Fix title typo in 'tiledb_dim' and 'tiledb_attr' * Set correct argument in returning text of 'tiledb_dim' method Closes #678 * Consistent use of "must be" in error messages * Capital letter for the first word in titles * Correct description of uri param
This is not functional issue but the print of
tiledb_dim
object is not matching the construction; 'filter_list' argument appears as 'filters'. This is traced back to an internal function `.as_text_dimension().TileDB-R/R/Dim.R
Line 129 in 2dd3485
For attributes:
TileDB-R/R/Attribute.R
Line 110 in 2dd3485
On top of that, a tiny typo was found :
?tiledb_dim
and?tiledb_attr
(hint: Contructs -> Constructs)Thanks
The text was updated successfully, but these errors were encountered: