HyukjinKwon commented on a change in pull request #29252:
URL: https://github.com/apache/spark/pull/29252#discussion_r460610804
##########
File path: R/pkg/R/DataFrame.R
##########
@@ -1233,7 +1233,7 @@ setMethod("collect",
port = port, blocking = TRUE, open = "wb", timeout =
connectionTimeout)
output <- tryCatch({
doServerAuth(conn, authSecret)
- arrowTable <- arrow::read_arrow(readRaw(conn))
+ arrowTable <- arrow::read_ipc_stream(readRaw(conn))
Review comment:
Ah, Jenkins doesn't have one yet. It's true that people will likely use
the latest version of Arrow R as R rather aggressively encourages people to use
the latest version. I will just make a quick followup with an if-else.
----------------------------------------------------------------
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]