Skip to content

Commit

Permalink
Added CSV param to the newly created tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdavid committed Jun 5, 2023
1 parent 509ed75 commit 1286c7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/parquet/csv_to_parquet.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pyarrow import csv
import pyarrow.parquet as pq

csv_files = ['/Users/rfdavid/Devel/waterloo/kuzu/dataset/tinysnb/vPerson.csv']
csv_files = ['dummy.csv']
has_header = True
# CSV:
# has header? autogenerate_column_names=False
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/tinysnb/agg/serial_hash.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP TinySnbReadTest
-DATASET tinysnb-serial
-DATASET CSV tinysnb-serial

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_files/tinysnb/filter/serial.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP TinySnbReadTest
-DATASET tinysnb-serial
-DATASET CSV tinysnb-serial

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_files/tinysnb/function/serial.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP TinySnbReadTest
-DATASET tinysnb-serial
-DATASET CSV tinysnb-serial

--

Expand Down
2 changes: 1 addition & 1 deletion test/test_files/tinysnb/order_by/serial.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-GROUP TinySnbReadTest
-DATASET tinysnb-serial
-DATASET CSV tinysnb-serial

--

Expand Down

0 comments on commit 1286c7b

Please sign in to comment.