Make sure cloud options are passed to arrow

This commit is contained in:
Jack Wright 2024-12-20 17:13:19 -08:00
parent 8d2ad29682
commit 13bc9508d0

View File

@ -339,7 +339,7 @@ fn from_arrow(
cache: true,
rechunk: false,
row_index: None,
cloud_options: None,
cloud_options: resource.cloud_options.clone(),
include_file_paths: None,
hive_options: HiveOptions::default(),
};