Skip to content

Commit e05fcca

Browse files
authored
chore: fix load hits for benchmark (#17897)
1 parent 57d9ca4 commit e05fcca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benchmark/clickbench/hits/load.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
COPY INTO hits
2-
FROM @datasets/hits/hits_100m_obfuscated_v1.tsv.xz FILE_FORMAT =(
3-
type = TSV compression = XZ field_delimiter = '\t' record_delimiter = '\n' skip_header = 0
4-
);
2+
FROM @datasets/hits/hits.parquet FILE_FORMAT =(TYPE = 'PARQUET');
53
ANALYZE TABLE hits;

0 commit comments

Comments
 (0)