v.21.9Bug Fix
Fix sharding_key issue with remote() function in ClickHouse
Fix sharding_key from column w/o function for remote() (beforeselect * from remote('127.1', system.one, dummy)leads toUnknown column: dummy, there are only columns .error). #25824 (Azat Khuzhin).