Skip to content

Commit 4e0aafc

Browse files
committed
load hits_100k.tsv with tsv instead of csv.
1 parent 121667e commit 4e0aafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/1_stateful/04_mini_dataset/04_0001_mini_hits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cat $CURDIR/../ddl/hits.sql | $MYSQL_CLIENT_CONNECT
99

1010
hits_statements=(
1111
## load data
12-
"COPY INTO hits FROM 'https://repo.databend.rs/dataset/stateful/hits_100k.tsv' FILE_FORMAT = ( type = 'CSV' field_delimiter = '\t' record_delimiter = '\n' skip_header = 1 );"
12+
"COPY INTO hits FROM 'https://repo.databend.rs/dataset/stateful/hits_100k.tsv' FILE_FORMAT = ( type = 'tsv' record_delimiter = '\n' skip_header = 1 );"
1313
## run test
1414
"SELECT '====== SQL1 ======';"
1515
"SELECT COUNT(*) FROM hits;"

0 commit comments

Comments
 (0)