mirror of
https://github.com/nushell/nushell.git
synced 2025-01-18 04:10:18 +01:00
Make sure cloud options are passed to arrow
This commit is contained in:
parent
8d2ad29682
commit
13bc9508d0
@ -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(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user