kou commented on code in PR #50195:
URL: https://github.com/apache/arrow/pull/50195#discussion_r4033225629


##########
r/configure.win:
##########
@@ -95,8 +95,10 @@ function configure_binaries() {
   # S3, GCS, and re2 support only for Rtools40 (i.e. R >= 4.0)
   "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e 'R.version$major >= 4' | grep 
TRUE >/dev/null 2>&1
   if [ $? -eq 0 ]; then

Review Comment:
   We can require R 4.2 or later now: 
https://github.com/apache/arrow/blob/0bd8def07f87443df4f96ade5917b268d2ff01d0/r/DESCRIPTION#L25
   
   How about removing this check and move `-larrow_s3` to the above 
`PKG_LIBS=...`?



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