Skip to content

Commit

Permalink
Handle addition of ReadType::IcebergTable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Jan 13, 2025
1 parent b8b9547 commit f77ad61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/substrait/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ pub mod test {
ReadType::LocalFiles(_) => todo!(),
ReadType::NamedTable(nt) => self.collect_named_table(r, nt)?,
ReadType::ExtensionTable(_) => todo!(),
ReadType::IcebergTable(_) => todo!(),
}
if let Some(expr) = r.filter.as_ref() {
self.collect_schemas_from_expr(expr)?
Expand Down

0 comments on commit f77ad61

Please sign in to comment.