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
The R API allows sparse and dense arrays to have a type of arrow::utf8(), which is disallowed by the spec (primitives only). If the user attempts to create an array of characters, the R API should error out
The R API allows sparse and dense arrays to have a type of
arrow::utf8()
, which is disallowed by the spec (primitives only). If the user attempts to create an array of characters, the R API should error outDense array example:
Sparse array example
Likewise,
raw
should be disallowed (Arrow maps to Uint8, but this should be Binary, which is also disallowed by the spec)The text was updated successfully, but these errors were encountered: