We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2896ded commit 984b398Copy full SHA for 984b398
datafusion/datasource-csv/src/source.rs
@@ -82,7 +82,7 @@ use tokio::io::AsyncWriteExt;
82
/// let config = FileScanConfigBuilder::new(object_store_url, source)
83
/// .with_file(PartitionedFile::new("file1.csv", 100*1024*1024))
84
/// .with_newlines_in_values(true) // The file contains newlines in values;
85
-/// .build().unwrap();
+/// .build();
86
/// let exec = (DataSourceExec::from_data_source(config));
87
/// ```
88
#[derive(Debug, Clone)]
0 commit comments