v.19.4Bug Fixes

Fixed Remote Queries Which Contain Both LIMIT BY and LIMIT

Fixed remote queries which contain both LIMIT BY and LIMIT. Previously, if LIMIT BY and LIMIT were used for remote query, LIMIT could happen before LIMIT BY, which led to too filtered result. #4708 (Constantin S. Pan)