You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "thisisnic (via GitHub)" <gi...@apache.org> on 2023/04/11 12:01:42 UTC

[GitHub] [arrow] thisisnic commented on issue #34910: [R] `write_dataset` puts addtional things around dir name when write big tibble

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org