The new structural hashing coerces numbers (64-bit floats) into 32-bit integers in db-ivm/src/hashing/murmur.ts thus hashing 2.0 and 2.5 the same. In queries with distinct(), this prevents propagation of updates that change only the decimal part of a number.
Minimal repro: stackblitz.com/edit/tsdm