Closed benedeki closed 1 year ago
Function isOfType might incorrectly reply true on nonexistent column, in case it checks for NullType.
isOfType
true
NullType
Steps to reproduce the behavior OR commands run:
isOfType[NullType]("field.that.does.not.exists")
is true
Returns false
false
Describe the bug
Function
isOfType
might incorrectly replytrue
on nonexistent column, in case it checks forNullType
.To Reproduce
Steps to reproduce the behavior OR commands run:
is
true
Expected behavior
Returns
false