Skip to content

Commit

Permalink
Fix Athena manifest option for the CH-BenCHmark dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Apr 12, 2024
1 parent dc1003d commit a7c5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manifests/manifest_chbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tables:
s3_path: chbenchmark/history/history.tbl
aurora_options: FORMAT CSV, HEADER true, ESCAPE ''\'', DELIMITER ''|''
redshift_options: CSV IGNOREHEADER 1 DELIMITER '|' BLANKSASNULL
athena_options1: ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' NULL DEFINED AS '' STORED AS TEXTFILE1
athena_options1: ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' NULL DEFINED AS '' STORED AS TEXTFILE
athena_options2: TBLPROPERTIES ('skip.header.line.count' = '1')

- table_name: orders
Expand Down

0 comments on commit a7c5988

Please sign in to comment.