Commits


Qingping Hou authored and Krisztián Szűcs committed 38041dfbc2b
ARROW-9057: [Rust][Datafusion] Fix projection on in memory scan This fixes the `ArrowError::InvalidArgumentError` returned by `RecordBatch::try_new` when projection is applied to in memory scan. Closes #7367 from houqp/arrow-9057 Authored-by: Qingping Hou <dave2008713@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>