Thanks to visit codestin.com Credit goes to github.com
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 00703be commit 20fceb1Copy full SHA for 20fceb1
rust/lance-core/src/datatypes.rs
@@ -155,7 +155,7 @@ impl TryFrom<&DataType> for LogicalType {
155
},
156
DataType::FixedSizeList(field, len) => {
157
if is_bfloat16_field(field) {
158
- // Don't want to directly use `blfoat16`, in case a built-in type is added
+ // Don't want to directly use `bfloat16`, in case a built-in type is added
159
// that isn't identical to our extension type.
160
format!("fixed_size_list:lance.bfloat16:{}", *len)
161
} else {
0 commit comments