We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f9dd3 commit 40b4345Copy full SHA for 40b4345
1 file changed
src/context.rs
@@ -1414,7 +1414,7 @@ fn create_csv_read_options<'a>(
1414
file_extension: &'a str,
1415
file_compression_type: Option<String>,
1416
schema: Option<&'a Schema>,
1417
-) -> PyResult<CsvReadOptions<'a>> {
+) -> PyDataFusionResult<CsvReadOptions<'a>> {
1418
let mut options = CsvReadOptions::new()
1419
.has_header(has_header)
1420
.delimiter(delimiter_byte)
0 commit comments