Dandandan opened a new pull request #9338:
URL: https://github.com/apache/arrow/pull/9338


   This PR makes the API a bit more ergonomic to use (saving 3 characters per 
parameter), avoiding creating a `Vec` with a macro, or cloning an existing one.
   
   It is also more consistent, for example `DataFrame::join` already was taking 
parameters by `&[&str]` instead of `Vec<&str>`.
   
   This is a (big) backwards incompatible change.


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


Reply via email to