summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/multicluster/map_force.yql
blob: 6df51bcf08c3e3d24fcb8d5c8a831157b20d38df (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
/* yt can not */
pragma yt.RuntimeCluster='banach';
pragma yt.RuntimeClusterSelection='force';

select key || "0" as key0, subkey from plato.PInput where subkey != "3";