Skip to content

Commit 49390f4

Browse files
Fix formatting
1 parent 0652b7c commit 49390f4

File tree

1 file changed

+0
-1
lines changed
  • parquet-variant-compute/src/variant_get/output

1 file changed

+0
-1
lines changed

parquet-variant-compute/src/variant_get/output/variant.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ impl OutputBuilder for VariantOutputBuilder<'_> {
184184
DataType::Float64 => {
185185
primitive_conversion_array!(Float64Type, typed_value, array_builder)
186186
}
187-
188187
dt => {
189188
// https://github.com/apache/arrow-rs/issues/8087
190189
return Err(ArrowError::NotYetImplemented(format!(

0 commit comments

Comments
 (0)