[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3546: Improve concat kernel capacity estimation

2023-01-18 Thread GitBox
tustvold commented on code in PR #3546: URL: https://github.com/apache/arrow-rs/pull/3546#discussion_r1073407198 ## arrow-select/src/concat.rs: ## @@ -30,24 +30,27 @@ //! assert_eq!(arr.len(), 3); //! ``` +use arrow_array::types::*; use arrow_array::*; +use arrow_buffer::Ar

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3546: Improve concat kernel capacity estimation

2023-01-17 Thread GitBox
tustvold commented on code in PR #3546: URL: https://github.com/apache/arrow-rs/pull/3546#discussion_r1072484959 ## arrow-select/src/concat.rs: ## @@ -30,24 +30,27 @@ //! assert_eq!(arr.len(), 3); //! ``` +use arrow_array::types::*; use arrow_array::*; +use arrow_buffer::Ar