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