Skip to content

Commit

Permalink
more more tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
  • Loading branch information
vrongmeal committed Apr 10, 2024
1 parent 3d250a8 commit 70fcffe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testdata/sqllogictests/functions/read_ndjson.slt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ select * from read_ndjson([]);

# Glob patterns not supported on HTTP

statement error Unexpected status code '404 Not Found'
select * from read_ndjson(
'https://raw.githubusercontent.com/GlareDB/glaredb/main/testdata/sqllogictests_datasources_common/data/*.ndjson'
);

statement error Note that globbing is not supported for HTTP.
select * from read_ndjson(
'https://raw.githubusercontent.com/GlareDB/glaredb/main/testdata/sqllogictests_datasources_common/data/*.ndjson'
Expand Down

0 comments on commit 70fcffe

Please sign in to comment.