thisisnic commented on issue #34910:
URL: https://github.com/apache/arrow/issues/34910#issuecomment-1503203000
Thanks for reporting this @qifei9. Can you tell me a bit more about your
data source, and where it's from?
And would you mind double-checking there haven't been any input errors by
running something like:
```
library(arrow)
library(dplyr)
my_tibble %>%
distinct(grouping_col) %>%
collect()
```
substituting `my_tibble` and `grouping_col` for the relevant values in your
dataset.
--
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]