The Row Selection code has a bug due to an incomplete change during a refactor. This can cause more rows to be filtered out than there should be in table scans that enable row selection filtering for columns of type bool, int, long, and double.
Accompanying fix: #648