summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/materialize/missing_cluster_fail.yql
blob: e8956c986c2c211d6bd1394e7c38e8dad7645821 (plain) (blame)
1
2
3
4
5
/* custom error: USE statement is missing or cluster not specified in MATERIALIZE */

-- No USE and no ON clause - should fail with a clear error.
MATERIALIZE plato.Input INTO $result;
SELECT * FROM $result;