v.25.4Bug Fix (user-visible misbehavior in an official stable release)
Fix incorrect projection analysis
Official CH changelog text
Fix incorrect projection analysis when count(Nullable) is used in aggregate projections. This fixes #74495 . This PR also adds some logs around projection analysis to clarify why a projection is used or why not. #74498 (Amos Bird).