summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/pragma/validate_pool.yql
blob: 598884250eff9400d8863de51b77eb1dfc8628c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* ytfile can not */
/* custom error: Pool "nonexistent_pool" not found */

USE plato;

PRAGMA plato.ValidatePool;
PRAGMA plato.Pool="nonexistent_pool";

INSERT INTO Output SELECT * FROM Input;