Skip to content

Commit

Permalink
fix(vrl): mark set_semantic_meaning impure
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 26, 2024
1 parent e0d3fb3 commit a522eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vector-vrl/functions/src/set_semantic_meaning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ impl FunctionExpression for SetSemanticMeaningFn {
}

fn type_def(&self, _: &TypeState) -> TypeDef {
TypeDef::null().infallible()
TypeDef::null().infallible().impure()
}
}

0 comments on commit a522eba

Please sign in to comment.