Skip to content

Commit 7ae6fc4

Browse files
add missing variants for ScalarValue with todo
1 parent bbe02ff commit 7ae6fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/data_type.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ impl DataTypeMap {
326326
ScalarValue::Union(_, _, _) => Err(py_datafusion_err(DataFusionError::NotImplemented(
327327
"ScalarValue::LargeList".to_string(),
328328
))),
329+
ScalarValue::Utf8View(_) => todo!(),
330+
ScalarValue::BinaryView(_) => todo!(),
331+
ScalarValue::Map(_) => todo!(),
329332
}
330333
}
331334
}

0 commit comments

Comments
 (0)