Search data where is null no longer works

I have a query that is comparing a related column to null. where columnName is null. This was working fine, but just recently stopped working. Why?

is “columnName” a relation column?

Yes it is.

Proper check for null in a relationship is done like this:

columnName.objecjId is null

Or

columnName.objectId is not null