Skip to content

Commit

Permalink
fix(vrl): mark set_semantic_meaning impure (#21896)
Browse files Browse the repository at this point in the history
* fix(vrl): mark set_semantic_meaning impure

* add a changelog

* fix changelog filename

* remove changelog
  • Loading branch information
sfackler authored Nov 27, 2024
1 parent 4251fe0 commit 064406d
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 064406d

Please sign in to comment.