Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create table prototype #12067

Conversation

svilen-mihaylov-db
Copy link

Testing create table

@github-actions github-actions bot added sql SQL Planner core Core DataFusion crate labels Aug 19, 2024
}

#[tokio::test]
async fn sql_basic1() -> Result<()> {
Copy link
Author

Choose a reason for hiding this comment

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

Test output is

Registering table t
Field a options
dimension=1
lower_bound='0'
Field b options
Metadata
v1=4
v=2
engine_option='etc etc'
Creating new custom table provider.
Deregistering table t
Deregistering custom table provider.

@svilen-mihaylov-db svilen-mihaylov-db marked this pull request as draft August 19, 2024 21:51
@TileDB-Inc TileDB-Inc closed this by deleting the head repository Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants