dongjoon-hyun commented on a change in pull request #29252:
URL: https://github.com/apache/spark/pull/29252#discussion_r460609852
##########
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:
Please note that the failure didn't occurred in Jenkins environment.
Only GitHub Action and AppVeyor failed so far.
----------------------------------------------------------------
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]