We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0652b7c commit 49390f4Copy full SHA for 49390f4
parquet-variant-compute/src/variant_get/output/variant.rs
@@ -184,7 +184,6 @@ impl OutputBuilder for VariantOutputBuilder<'_> {
184
DataType::Float64 => {
185
primitive_conversion_array!(Float64Type, typed_value, array_builder)
186
}
187
-
188
dt => {
189
// https://github.com/apache/arrow-rs/issues/8087
190
return Err(ArrowError::NotYetImplemented(format!(
0 commit comments