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 f9cc332 commit e8cac16Copy full SHA for e8cac16
datafusion/substrait/Cargo.toml
@@ -41,7 +41,7 @@ object_store = { workspace = true }
41
pbjson-types = "0.7"
42
# TODO use workspace version
43
prost = "0.13"
44
-substrait = { version = "0.51", features = ["serde"] }
+substrait = { version = "0.52", features = ["serde"] }
45
url = { workspace = true }
46
47
[dev-dependencies]
datafusion/substrait/tests/utils.rs
@@ -174,6 +174,7 @@ pub mod test {
174
ReadType::LocalFiles(_) => todo!(),
175
ReadType::NamedTable(nt) => self.collect_named_table(r, nt)?,
176
ReadType::ExtensionTable(_) => todo!(),
177
+ ReadType::IcebergTable(_) => todo!(),
178
}
179
if let Some(expr) = r.filter.as_ref() {
180
self.collect_schemas_from_expr(expr)?
0 commit comments