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 bbe02ff commit 7ae6fc4Copy full SHA for 7ae6fc4
src/common/data_type.rs
@@ -326,6 +326,9 @@ impl DataTypeMap {
326
ScalarValue::Union(_, _, _) => Err(py_datafusion_err(DataFusionError::NotImplemented(
327
"ScalarValue::LargeList".to_string(),
328
))),
329
+ ScalarValue::Utf8View(_) => todo!(),
330
+ ScalarValue::BinaryView(_) => todo!(),
331
+ ScalarValue::Map(_) => todo!(),
332
}
333
334
0 commit comments