Skip to content

Commit

Permalink
chore: Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Sep 29, 2024
1 parent 76991a1 commit 189d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ pub fn schema_to_batch(schema: &SchemaRef, rows: &[PgRow]) -> Result<RecordBatch
},
DataType::Time64(unit) => match unit {
TimeUnit::Second => bail!("arrow time64i does not support seconds"),
TimeUnit::Millisecond => bail!("arrow time64 does not support millseconds"),
TimeUnit::Millisecond => bail!("arrow time64 does not support milliseconds"),
TimeUnit::Microsecond => Arc::new(Time64MicrosecondArray::from(
rows.iter()
.map(|row| decode::<Option<NaiveTime>>(field, row))
Expand Down

0 comments on commit 189d885

Please sign in to comment.