summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/file/eval_over_pending_file_path.yql
blob: bcf33c3567a7cd8d0e1796c64b0f62dcc6a7533f (plain) (blame)
1
2
3
$p = 'http_test://' || 'foo.txt';
pragma file('foo.txt',$p);
select EvaluateExpr(FileContent('foo.txt'));