6801318d8d commented on issue #50116:
URL: https://github.com/apache/arrow/issues/50116#issuecomment-4651418237

   I can share the db if you promise not to share it again.
   
   It's public data anyway.
   
   It's 53 MB, just give me an email address.
   
   But the crash doesn't happen always, only sometimes. I don't know the exact 
circumstances taht trigger it.
   
   This is the code I use to load it:
   
   ```
   paper_db <- arrow::read_parquet(paper_out_fp) %>%
     rename(paper_title = title, paper_topics = topics) %>%
     mutate(across(publication_type_detailed, \(x) {
       # new=old
       fct_recode(as.factor(x), Book = "book", ConfProc = "confproc")
     }))
   ```


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