Commits


Dmitry Patsura authored and Andrew Lamb committed 9c8251331b9
ARROW-11201: [Rust][DataFusion] create_batch_empty - support more types The function called create_batch_empty is used inside hash_aggregate to make an empty batch from the provided schema which contains type for columns. In this PR I added support for: - DataType::Decimal - DataType::Timestamp with all TimeUnits with passing timezone - DataType::Date32 - DataType::Date64 - DataType::Time32 - DataType::Time64 Closes #9156 from ovr/create_batch_empty-more-types Authored-by: Dmitry Patsura <zaets28rus@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>