VRL conditions should be type-checked at compile-time #17175
Labels
domain: vrl
Anything related to the Vector Remap Language
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Use Cases
Right now when VRL conditions are used (for example in a
filter
transform), the VRL program must return aboolean
. VRL is capable of knowing the resulting type of a program, but this is only checked at runtime. This should be checked at compile time to ensure the VRL condition is valid.The text was updated successfully, but these errors were encountered: