aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/view/file_outer.sql
blob: 952a4d8d921993925893b5ec1c95484a28f3ffd6 (plain) (blame)
1
2
3
4
/* custom error:File not found*/
pragma yt.ViewIsolation = 'true';
USE plato;
SELECT k, s, v FROM Input VIEW file_outer;