[GitHub] [arrow-datafusion] jorgecarleitao commented on a change in pull request #68: Experimenting with arrow2

2021-09-10 Thread GitBox
jorgecarleitao commented on a change in pull request #68: URL: https://github.com/apache/arrow-datafusion/pull/68#discussion_r706566011 ## File path: datafusion/src/scalar.rs ## @@ -64,7 +70,10 @@ pub enum ScalarValue { /// large binary LargeBinary(Option>), ///

[GitHub] [arrow-datafusion] jorgecarleitao commented on a change in pull request #68: Experimenting with arrow2

2021-09-10 Thread GitBox
jorgecarleitao commented on a change in pull request #68: URL: https://github.com/apache/arrow-datafusion/pull/68#discussion_r706565686 ## File path: datafusion/src/scalar.rs ## @@ -64,7 +70,10 @@ pub enum ScalarValue { /// large binary LargeBinary(Option>), ///

[GitHub] [arrow-datafusion] jorgecarleitao commented on a change in pull request #68: Experimenting with arrow2

2021-06-06 Thread GitBox
jorgecarleitao commented on a change in pull request #68: URL: https://github.com/apache/arrow-datafusion/pull/68#discussion_r646083187 ## File path: datafusion/src/physical_plan/hash_aggregate.rs ## @@ -339,6 +325,36 @@ pin_project! { } } +fn hash_(group_values:

[GitHub] [arrow-datafusion] jorgecarleitao commented on a change in pull request #68: Experimenting with arrow2

2021-05-31 Thread GitBox
jorgecarleitao commented on a change in pull request #68: URL: https://github.com/apache/arrow-datafusion/pull/68#discussion_r642561933 ## File path: datafusion/src/physical_plan/hash_aggregate.rs ## @@ -339,6 +325,36 @@ pin_project! { } } +fn hash_(group_values: