Skip to content

Commit 5323061

Browse files
committed
fmt
1 parent 568f31f commit 5323061

File tree

1 file changed

+1
-3
lines changed
  • crates/polars-core/src/chunked_array/logical/categorical

1 file changed

+1
-3
lines changed

crates/polars-core/src/chunked_array/logical/categorical/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,7 @@ impl LogicalType for CategoricalChunked {
406406

407407
#[cfg(feature = "bigidx")]
408408
{
409-
let s = slf
410-
.physical
411-
.cast_with_options(&DataType::UInt64, options)?;
409+
let s = slf.physical.cast_with_options(&DataType::UInt64, options)?;
412410
Ok(unsafe { casted_series.take_unchecked(s.u64()?) })
413411
}
414412
#[cfg(not(feature = "bigidx"))]

0 commit comments

Comments
 (0)