Commits


Evan Chan authored and Andrew Lamb committed af4d5f46fad
ARROW-12028 ARROW-11940: [Rust][DataFusion] Add TimestampMillisecond support to GROUP BY/hash aggregates This PR adds support for TimestampMillisecondArray to `Scalar`, `GroupByScalar`, and hash_aggregate / GROUP BYs to Rust DataFusion, thus fixing 12028. I believe it might also fix 11940, though this needs input from you all. There are some formatting changes from running `cargo fmt`. Closes #9773 from velvia/evan/pr-arrow-12028-groupby-tsmillis Authored-by: Evan Chan <evan@urbanlogiq.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>