Skip to content

Conversation

@Michael-J-Ward
Copy link
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
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
15 checks passed
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