chenyiwrites commented on issue #39912:
URL: https://github.com/apache/arrow/issues/39912#issuecomment-1931571205
For anyone who had the same issue, I add `duckdb::to_duckdb()` and it ran
successfully now!
```
individual_positions %>%
to_duckdb() %>%
group_by(user_id) %>%
summarize(n_positions = n()) %>%
count(n_positions, sort = TRUE) %>%
collect()
```
--
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]