Skip to content

chore(bench): fix create_tables.sql for tpch benchmark#897

Merged
Michael-J-Ward merged 1 commit into
apache:mainfrom
Michael-J-Ward:fix-bench-create-tables
Oct 4, 2024
Merged

chore(bench): fix create_tables.sql for tpch benchmark#897
Michael-J-Ward merged 1 commit into
apache:mainfrom
Michael-J-Ward:fix-bench-create-tables

Conversation

@Michael-J-Ward
Copy link
Copy Markdown
Contributor

The WITH HEADER ROW and DELIMETER clauses are no longer in use, and upstream datafusion errors out with a message saying so.

WITH HEADER ROW clause is no longer in use. Please use the OPTIONS clause with 'format.has_header' set appropriately, e.g., OPTIONS (format.has_header true)

DELIMITER clause is no longer in use. Please use the OPTIONS clause with 'format.delimiter' set appropriately, e.g., OPTIONS (format.delimiter ',')

The `WITH HEADER ROW` and `DELIMETER` clauses are no longer in use,
and upstream datafusion errors out with a message saying so.
Copy link
Copy Markdown
Member

@timsaucer timsaucer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Michael-J-Ward Michael-J-Ward merged commit 976b700 into apache:main Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants