HyukjinKwon commented on pull request #25012: URL: https://github.com/apache/spark/pull/25012#issuecomment-669109225
It has the fallback logic to be extra safe, https://github.com/apache/spark/blob/v3.0.0/R/pkg/R/DataFrame.R#L1237-L1242. What do you get if you run: ```R exists("as_tibble", envir = asNamespace("arrow")) ``` ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
