v.25.9Bug Fix (user-visible misbehavior in an official stable release)

Skip index if the table

Exception was thrown by a FINAL query with skip index if the table (e.g ReplacingMergeTree) was created with settingindex_granularity_bytes = 0. That exception has been fixed now. #86147 (Shankar Iyer).