Skip to content

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented Nov 28, 2025

Which issue does this PR close?

What changes are included in this PR?

  • Added a new schedule to run insert into sqllogic test

Are these changes tested?

It's a test itself

catalog.create_namespace(&namespace, HashMap::new()).await?;

// Create test tables
Self::create_unpartitioned_table(&catalog, &namespace).await?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we don't do this using sql?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Discussed with @liurenjie1024 offline, that currently we don't support CREATE TABLE yet and it should be ok to move forward with the pre-created table. Plus these tables can be useful when testing CREATE EXTERNAL TABLE

Copy link
Contributor

Choose a reason for hiding this comment

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

Please create an issue to track the support of creating table and add a TODO comment here.

catalog.create_namespace(&namespace, HashMap::new()).await?;

// Create test tables
Self::create_unpartitioned_table(&catalog, &namespace).await?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please create an issue to track the support of creating table and add a TODO comment here.

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.

Add sqllogictests for DataFusion INSERT INTO

2 participants