Skip to content

Conversation

@jiangzhx
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Apr 17, 2023
Comment on lines +454 to +459
statement ok
CREATE EXTERNAL TABLE IF NOT EXISTS aggregate_simple STORED AS CSV WITH HEADER ROW LOCATION 'tests/data/aggregate_simple.csv'
Copy link
Member

Choose a reason for hiding this comment

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

According to the previous cases I think we need to create this table again without IF NOT EXIST and expect an error

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed,thanks again.
CREATE EXTERNAL TABLE
need to check recreate the same EXTERNAL table

@jiangzhx jiangzhx force-pushed the move_create_drop_to_sqllogictest branch from c2c5969 to 6056ce6 Compare April 17, 2023 14:29
Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

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

Looking good, thanks 👍

@waynexia
Copy link
Member

link to #4495

@alamb
Copy link
Contributor

alamb commented Apr 20, 2023

Thank you all!

@alamb alamb merged commit ceb23e8 into apache:main Apr 20, 2023
@jiangzhx jiangzhx deleted the move_create_drop_to_sqllogictest branch April 20, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants