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
Thanks for the report, and that's odd about your ASF jira account--maybe password reset would fix it?
The issue is that the R package isn't chunking the data.frame when converting to Arrow--that is, it's not a limitation of Arrow/Feather format but just of the R package as it stands now. We're working on it (https://issues.apache.org/jira/browse/ARROW-9293 among others) and hope to have some improvements in the next release.
If you're interested, you may be able to work around this now by doing the chunking yourself, something like
I tried to log in to my existing account on jira but I am keep getting this error
thus reporting issue here.
I cannot write arrow file due to the error about array limitation. Reproducible example in R:
arrow 2.0.0
R 4.0.3
Ubuntu 18.04
kernel 5.4.0
The text was updated successfully, but these errors were encountered: