statisticsnorway/java-vtl

Filter with non-boolean expression gives ClassCastException

takvamborgen opened this issue · 0 comments

If filter expression is not of type VTLBoolean, a ClassCastException will be thrown. This should be handled earlier, for instance with a type check of the predicate in the constructor.