We’re piloting moving from a datetime field to an int field. We updated the schema from a datetime to an int. Applying the schema update appears to have auto-converted all existing predicates from a datetime to the corresponding epoch in seconds as an int.
Is this what we should expect?
Thanks