Skip to content

Commit 40b4345

Browse files
committed
create_csv_read_options -> PyDataFusionResult
1 parent 14f9dd3 commit 40b4345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ fn create_csv_read_options<'a>(
14141414
file_extension: &'a str,
14151415
file_compression_type: Option<String>,
14161416
schema: Option<&'a Schema>,
1417-
) -> PyResult<CsvReadOptions<'a>> {
1417+
) -> PyDataFusionResult<CsvReadOptions<'a>> {
14181418
let mut options = CsvReadOptions::new()
14191419
.has_header(has_header)
14201420
.delimiter(delimiter_byte)

0 commit comments

Comments
 (0)