v.21.9Bug Fix

Fix sharding_key issue with remote() function in ClickHouse

Fix sharding_key from column w/o function for remote() (before select * from remote('127.1', system.one, dummy) leads to Unknown column: dummy, there are only columns . error). #25824 (Azat Khuzhin).