-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[R] Error in rawToChar(out) : long vectors not supported yet #35382
Comments
Can you describe the contents of Can you get a Assuming so, this seems to be about saving additional attributes about the data.frame and its columns, so you'd want to look into why that is very, very large. |
I do not recall if I had this issue before so I have downgraded to version |
Hmm, https://github.com/apache/arrow/commits/main/r/R/metadata.R hasn't meaningfully changed in a long time, and nothing in https://arrow.apache.org/docs/r/news/index.html#arrow-11002 obviously would affect this either, so I'm surprised that downgrading helps. |
The
traceback
Strangely enough, I was able to write the parquet with |
Ah, I bet it works if you remove the |
I just experienced that when reading a very large, multiple
Currently using arrow |
I converted to
|
I am having the same problem here. Arrow 17.0.0.1, large dataset in data.table format(234m rows, 111columns, several being large name strings, attr(pes, "groups") is NULL NULL). @matthewgson , were you able to pinpoint what made this work? Removing groups or "reduce size" (if so did that mean removing lines or columns (or optimizing column types))? |
Describe the bug, including details regarding any error messages, version, and platform.
I was trying to write long data with 1.2B rows and five variables from R.
It takes long time to raise an error:
SessionInfo:
Component(s)
R
The text was updated successfully, but these errors were encountered: