paleolimbot commented on pull request #11783:
URL: https://github.com/apache/arrow/pull/11783#issuecomment-982028406
Can you generate one of these vectors and test? I rushed here and used my
own super experimental 'carrow' package, but perhaps there's a way in Arrow
proper to generate this kind of vector:
``` r
library(arrow)
test_raw <- raw(2 ^ 31)
test_array <- carrow::from_carrow_array(carrow::as_carrow_array(test_raw),
arrow::Array)
big_rb <- record_batch(col = test_array)
temp <- tempfile()
write_parquet(big_rb, temp)
#> Error in if (num_cells < target_cells_per_group) {: missing value where
TRUE/FALSE needed
```
<sup>Created on 2021-11-29 by the [reprex
package](https://reprex.tidyverse.org) (v2.0.1)</sup>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]