Skip to content

Commit

Permalink
Remove cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberkilo committed Oct 18, 2021
1 parent 0dcb4ac commit 4a686ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arrow/src/csv/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,6 @@ impl Parser for TimestampMicrosecondType {
DataType::Timestamp(TimeUnit::Microsecond, None) => {
let nanos = string_to_timestamp_nanos(string).ok();
nanos.map(|x| x / 1000)
// let date_time = string.parse::<chrono::NaiveDateTime>().ok()?;
// Self::Native::from_i64(date_time.timestamp_nanos() / 1000)
}
_ => None,
}
Expand Down

0 comments on commit 4a686ec

Please sign in to comment.