Skip to content

Commit 9b48867

Browse files
committed
chore: typo
1 parent 352b7f2 commit 9b48867

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.lock

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/src/datafusion.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ impl DatafusionQueryEngine {
301301
if let LogicalPlan::TableScan(table_scan) = node {
302302
let schema = table_scan.source.schema();
303303

304-
// found field in outter schema but not in inner schema
304+
// found field in outer schema but not in inner schema
305305
let outer_fields: BTreeSet<_> =
306306
table_scan.projected_schema.fields().into_iter().collect();
307307
let inner_fields = schema.fields().iter().collect::<BTreeSet<_>>();

0 commit comments

Comments
 (0)