v.24.8Bug Fix
Fix Crash and Update Default Frame Type for percent_rank in SQL Window Functions
Fix crash onpercent_rank.percent_rank's default frame type is changed torange unbounded preceding and unbounded following.IWindowFunction's default window frame is considered and now window functions without window frame definition in sql can be put into differentWindowTransfomers properly. #67661 (lgbo).