We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121667e commit 4e0aafcCopy full SHA for 4e0aafc
tests/suites/1_stateful/04_mini_dataset/04_0001_mini_hits.sh
@@ -9,7 +9,7 @@ cat $CURDIR/../ddl/hits.sql | $MYSQL_CLIENT_CONNECT
9
10
hits_statements=(
11
## 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 );"
+ "COPY INTO hits FROM 'https://repo.databend.rs/dataset/stateful/hits_100k.tsv' FILE_FORMAT = ( type = 'tsv' record_delimiter = '\n' skip_header = 1 );"
13
## run test
14
"SELECT '====== SQL1 ======';"
15
"SELECT COUNT(*) FROM hits;"
0 commit comments