[][src]Function arrow::util::test_util::get_temp_file

pub fn get_temp_file(file_name: &str, content: &[u8]) -> File

Returns file handle for a temp file in 'target' directory with a provided content

TODO: Originates from parquet utils, can be merged in [ARROW-4064]