v.1.1.54370Bug Fix
Restored Remote Table Query Behavior in Version 1.1.54358
Restored the behavior for queries likeSELECT * FROM remote('server2', default.table) WHERE col IN (SELECT col2 FROM default.table)when the right side of theINshould use a remotedefault.tableinstead of a local one. This behavior was broken in version 1.1.54358.