Commits


Jorge C. Leitao authored and Neville Dipale committed 58113b91c31
ARROW-10590: [Rust] Remove Date32(Millisecond) from casts In the arrow spec, Date32 and Date64 are always in days and milliseconds respectively. This removes them from a test about casting. There is a broader problem to be solved, on which we should remove the possibility to create these variants, but I left it as a separate exercise (as it is a bit more disruptive). Closes #8667 from jorgecarleitao/fix_temporal Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>