chore: upgrade to lance 0.10.1 (#1034)

upgrade to lance 0.10.1 and update doc string to reflect dynamic
projection options
This commit is contained in:
Rob Meng
2024-02-28 11:06:46 -05:00
committed by Weston Pace
parent 0a8e258247
commit f3de3d990d
9 changed files with 97 additions and 22 deletions

View File

@@ -184,6 +184,8 @@ impl From<ColumnAlteration> for LanceColumnAlteration {
path,
rename,
nullable,
// TODO: wire up this field
data_type: None,
}
}
}