thisisnic commented on pull request #10269:
URL: https://github.com/apache/arrow/pull/10269#issuecomment-836322644


   > What happens if you pass data frames instead of vectors and one of them 
has length one (i.e. only one row)? Maybe add a test to check the behavior in 
that case.
   
   Will do. 
   
   > And what happens if you pass Arrow arrays instead of R vectors and one of 
them has length 1? E.g.
   > 
   > ```r
   > Table$create(a = Array$create(1:10), b = Array$create(5))
   > ```
   An error, will make changes to handle this to and add appropriate tests.
   


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