Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Apr 23, 2024
1 parent 3a1898f commit 528fa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-datetime-parts/src/compress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn compress_localdatetime(
like: Option<DateTimePartsArray>,
ctx: CompressCtx,
) -> VortexResult<OwnedArray> {
let underlying = cast(&array.underlying(), PType::I64.into())?.flatten_primitive()?;
let underlying = cast(array.underlying(), PType::I64.into())?.flatten_primitive()?;

let divisor = match array.underlying_metadata().time_unit() {
TimeUnit::Ns => 1_000_000_000,
Expand Down

0 comments on commit 528fa32

Please sign in to comment.