Skip to content

Commit

Permalink
fix parquet test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Sep 29, 2023
1 parent ef7f6d1 commit 32b1555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parquet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('can query parquet', function() {
});

it('should be able to read parquet files', function(done) {
db.run("select * from parquet_scan('../../data/parquet-testing/userdata1.parquet')", done);
db.run("select * from parquet_scan('test/userdata1.parquet')", done);
});

});
Binary file added test/userdata1.parquet
Binary file not shown.

0 comments on commit 32b1555

Please sign in to comment.