Skip to content

Commit b7eb1b5

Browse files
albertlockettjmacd
andauthored
Update filter.rs
Co-authored-by: Joshua MacDonald <[email protected]>
1 parent c77d45c commit b7eb1b5

File tree

1 file changed

+1
-1
lines changed
  • rust/experimental/query_engine/engine-columnar/src/pipeline

1 file changed

+1
-1
lines changed

rust/experimental/query_engine/engine-columnar/src/pipeline/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ impl ToExec for FilterPlan {
429429
.map(|attr_filter| attr_filter.to_exec(session_ctx, otap_batch))
430430
.transpose()?;
431431

432-
// compute how ot handle missing attributes. If the attrs filter is not(attr exists), then
432+
// compute how to handle missing attributes. If the attrs filter is not(attr exists), then
433433
// if the id column null for some row (meaning no attributes), or if the ID column is
434434
// absent entirely (meaning now rows have attributes) then we treat the rows as it passes
435435
// the attribute filter because

0 commit comments

Comments
 (0)