We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f15ed commit 5e53c39Copy full SHA for 5e53c39
crates/integrations/datafusion/src/table/mod.rs
@@ -183,8 +183,7 @@ impl TableProvider for IcebergTableProvider {
183
));
184
};
185
186
- let metadata = self.table.metadata();
187
- let partition_spec = metadata.default_partition_spec();
+ let partition_spec = self.table.metadata().default_partition_spec();
188
189
// Step 1: Project partition values for partitioned tables
190
let plan_with_partition = if !partition_spec.is_unpartitioned() {
0 commit comments