Skip to content

Commit 984b398

Browse files
committed
fix
1 parent 2896ded commit 984b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource-csv/src/source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ use tokio::io::AsyncWriteExt;
8282
/// let config = FileScanConfigBuilder::new(object_store_url, source)
8383
/// .with_file(PartitionedFile::new("file1.csv", 100*1024*1024))
8484
/// .with_newlines_in_values(true) // The file contains newlines in values;
85-
/// .build().unwrap();
85+
/// .build();
8686
/// let exec = (DataSourceExec::from_data_source(config));
8787
/// ```
8888
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)