You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/05 07:22:55 UTC

[GitHub] [arrow-datafusion] tustvold opened a new issue, #2449: Redundant ScalarValue Boxed Collection

tustvold opened a new issue, #2449:
URL: https://github.com/apache/arrow-datafusion/issues/2449

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   `ScalarValue::List` and `ScalarValue::Struct` contain a `Box<Vec<_>>` this adds a redundant level of boxing. Clippy in fact complains about this, but this has been suppressed with `#[allow(clippy::box_collection)]`
   
   **Describe the solution you'd like**
   
   Remove the additional `Box`
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] tustvold closed issue #2449: Redundant ScalarValue Boxed Collection

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2449: Redundant ScalarValue Boxed Collection
URL: https://github.com/apache/arrow-datafusion/issues/2449


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


[GitHub] [arrow-datafusion] comphead commented on issue #2449: Redundant ScalarValue Boxed Collection

Posted by GitBox <gi...@apache.org>.
comphead commented on issue #2449:
URL: https://github.com/apache/arrow-datafusion/issues/2449#issuecomment-1126159958

   @tustvold please check the PR


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