blongworth commented on issue #39912:
URL: https://github.com/apache/arrow/issues/39912#issuecomment-2441333502
Here's the full error, so same as OP:
```
Error in `compute.arrow_dplyr_query()`:
! Invalid: Negative buffer resize: -2147483584
Backtrace:
1. dplyr::collect(...)
2. arrow:::collect.arrow_dplyr_query(...)
3. arrow:::compute.arrow_dplyr_query(x)
```
Here's some info about the data:
```
> nrow(ds)
[1] 400909276
> schema(ds)
Schema
timestamp: timestamp[us, tz=UTC]
pressure: double
u: double
v: double
w: double
amp1: int32
amp2: int32
amp3: int32
corr1: int32
corr2: int32
corr3: int32
temp: double
DO_percent: double
ph_counts: int32
ox_umol_l: double
pH: double
duplicate: int32
pH_cal: double
ox_umol_l_cal: double
year: int32
month: int32
```
--
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]