Skip to content

Commit

Permalink
unfuck
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Jan 13, 2024
1 parent f7efa55 commit bd0fb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/sqllogictests_object_store/local/lance.slt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ options (
);

statement ok
copy (select * from lance_tbl) to 'file://${TMP}/lance-copy' format lance;
copy (select * from lance_tbl) to 'file://${TMP}' format lance;

query IT
select * from lance_scan('file://${TMP}/lance-copy') order by point.lat;
select * from lance_scan('file://${TMP}') order by point.lat;
----
0.2,1.8 {lat:42.1,long:-74.1}
1.1,1.2 {lat:45.5,long:-122.7}

0 comments on commit bd0fb7f

Please sign in to comment.