Skip to content

Commit 86c8754

Browse files
committed
fix CI
1 parent cae4095 commit 86c8754

File tree

1 file changed

+0
-1
lines changed
  • datafusion/core/src/datasource/file_format

1 file changed

+0
-1
lines changed

datafusion/core/src/datasource/file_format/options.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ impl<'a> CsvReadOptions<'a> {
234234
/// By default this is set to false and will error if the CSV rows have different lengths
235235
/// When set to true then it will allow records with less than the expected number of columns and fill the missing columns with nulls.
236236
/// If the record’s schema is not nullable, then it will still return an error.
237-
/// See https://docs.rs/arrow/latest/arrow/csv/struct.ReaderBuilder.html#method.with_allow_truncated_rows
238237
pub fn truncated_rows(mut self, truncated_rows: bool) -> Self {
239238
self.truncated_rows = truncated_rows;
240239
self

0 commit comments

Comments
 (0)