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

Fix 1

Fix #88426 1. Disallow explicit column definitions in Alias and columns are automatically load from the target table. This ensures that the alias always matches the target table's schema. 2. Proxy more methods from the IStorage. #88552 (Kai Zhu).