dongjoon-hyun commented on a change in pull request #29252:
URL: https://github.com/apache/spark/pull/29252#discussion_r460613293
##########
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:
For this part, if we are not bump up our minimum, we need to have `if ..
else`. Please make a follow up. Thanks, guys.
----------------------------------------------------------------
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]