dragosmg opened a new pull request #12170:
URL: https://github.com/apache/arrow/pull/12170


   This PR aims to add checks to arguments passed to `write_dataset()` via 
`...`, conditional on the value passed for `format`.
   
   The code below should not run without a complaint. 
   ```
   td <- tempfile()
   dir.create(td)
   write_dataset(iris, td, format = "feather", arg_that_doesnt_make_sense = 
"blah-blah")
   ```


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