Skip to content

Commit

Permalink
minimize API change
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed May 19, 2021
1 parent 1d154c9 commit 4bf2e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow/src/csv/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ impl<R: Read> Reader<R> {
)
}

pub(crate) fn build_csv_reader(
fn build_csv_reader(
reader: R,
has_header: bool,
delimiter: Option<u8>,
Expand All @@ -407,7 +407,7 @@ impl<R: Read> Reader<R> {
reader_builder.from_reader(reader)
}

pub(crate) fn from_csv_reader(
fn from_csv_reader(
mut csv_reader: csv_crate::Reader<R>,
schema: SchemaRef,
has_header: bool,
Expand Down

0 comments on commit 4bf2e0c

Please sign in to comment.