You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "eitsupi (via GitHub)" <gi...@apache.org> on 2023/04/21 16:23:15 UTC

[GitHub] [arrow] eitsupi opened a new issue, #35271: `[.ArrowTabular` should sometimes return ChunkedArray

eitsupi opened a new issue, #35271:
URL: https://github.com/apache/arrow/issues/35271

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   For consistency of behavior with DataFrame, I think it is necessary to return a Chunked Array if there is only one column in the result.
   
   ```r
   > all.equal(mtcars[, 1], mtcars$mpg)
   [1] TRUE
   
   > all.equal(arrow_table(mtcars)[, 1], arrow_table(mtcars)$mpg)
   [1] FALSE
   ```
   
   ### Component(s)
   
   R


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi closed issue #35271: `[.ArrowTabular` should return ChunkedArray when num_columns is 1

Posted by "eitsupi (via GitHub)" <gi...@apache.org>.
eitsupi closed issue #35271: `[.ArrowTabular` should return ChunkedArray when num_columns is 1
URL: https://github.com/apache/arrow/issues/35271


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi commented on issue #35271: `[.ArrowTabular` should return ChunkedArray when num_columns is 1

Posted by "eitsupi (via GitHub)" <gi...@apache.org>.
eitsupi commented on issue #35271:
URL: https://github.com/apache/arrow/issues/35271#issuecomment-1518171471

   Sorry, I didn't realize this was already controlled by the `drop` argument. Close.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org