lgaborini commented on issue #38804:
URL: https://github.com/apache/arrow/issues/38804#issuecomment-1819506450

   Sometimes I also get this error if that helps:
   
   ```r
   
   tbl_written |> dplyr::count(var_1) |> dplyr::collect()
   #> Error in `compute.arrow_dplyr_query()`:
   #> ! Invalid: Index not in dictionary bounds
   #> Backtrace:
   #>     ▆
   #>  1. ├─dplyr::collect(dplyr::count(tbl_written, var_1))
   #>  2. └─arrow:::collect.arrow_dplyr_query(dplyr::count(tbl_written, var_1))
   #>  3.   └─arrow:::compute.arrow_dplyr_query(x)
   #>  4.     └─base::tryCatch(...)
   #>  5.       └─base (local) tryCatchList(expr, classes, parentenv, handlers)
   #>  6.         └─base (local) tryCatchOne(expr, names, parentenv, 
handlers[[1L]])
   #>  7.           └─value[[3L]](cond)
   #>  8.             └─arrow:::augment_io_error_msg(e, call, schema = schema())
   #>  9.               └─rlang::abort(msg, call = call)
   ```
   
   


-- 
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]

Reply via email to