amoeba opened a new pull request, #40447:
URL: https://github.com/apache/arrow/pull/40447

   ### Rationale for this change
   
   The current code is invalid R code and will error so I'd like to fix that.
   
   ### Are these changes tested?
   
   Yes, but manually.
   
   Current code:
   
   ```r
   >  Sys.setenv("ARROW_S3_LOG_LEVEL","DEBUG")
   Error in Sys.setenv("ARROW_S3_LOG_LEVEL", "DEBUG") :
     all arguments must be named
   ```
   
   New code:
   
   ```r
   >  Sys.setenv("ARROW_S3_LOG_LEVEL"="DEBUG")
   ```
   
   ### Are there any user-facing changes?
   
   Correct docs.


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