v.20.8Bug Fix

Fix Monotonicity Detection for Int->Int Cast in Signed Types

Fix wrong monotonicity detection for shrunk Int -> Int cast of signed types. It might lead to incorrect query result. This bug is unveiled in #14513. #14783 (Amos Bird).