paleolimbot commented on issue #34780: URL: https://github.com/apache/arrow/issues/34780#issuecomment-1492215539
The query engine which the R bindings provide access to undergoes many changes over the course of most release cycles. Some of those changes are easy to connect to issues in the R bindings but since I'm not directly involved in query engine development I can't always spot which changes may have caused an error. You could try DuckDB as a workaround, which can scan an R data frame like this one (via `duckdb_register()`). You might need to do a little more hand holding (e.g., calculate DISTINCT(Taxa) taxa then loop over the unique taxa and write each to a parquet file). -- 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]
