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 c77d45c commit b7eb1b5Copy full SHA for b7eb1b5
rust/experimental/query_engine/engine-columnar/src/pipeline/filter.rs
@@ -429,7 +429,7 @@ impl ToExec for FilterPlan {
429
.map(|attr_filter| attr_filter.to_exec(session_ctx, otap_batch))
430
.transpose()?;
431
432
- // compute how ot handle missing attributes. If the attrs filter is not(attr exists), then
+ // compute how to handle missing attributes. If the attrs filter is not(attr exists), then
433
// if the id column null for some row (meaning no attributes), or if the ID column is
434
// absent entirely (meaning now rows have attributes) then we treat the rows as it passes
435
// the attribute filter because
0 commit comments