v.19.4Bug Fixes
Fixed Remote Queries Which Contain Both LIMIT BY and LIMIT
Fixed remote queries which contain bothLIMIT BYandLIMIT. Previously, ifLIMIT BYandLIMITwere used for remote query,LIMITcould happen beforeLIMIT BY, which led to too filtered result. #4708 (Constantin S. Pan)