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

feat: create stage, select stage, copy, infer_schema support named file format. #10084

Merged
merged 8 commits into from
Feb 16, 2023

Conversation

youngsofun
Copy link
Member

@youngsofun youngsofun commented Feb 16, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

create stage stage1  file_format = (format_name = 'my_format')
copy into/from @stage1  from/into table1 file_format = (format_name = 'my_format')
select * from @stage1  (file_format => 'my_format')
select * from infer_schema (file_format => 'my_format')

Closes #issue

@vercel
Copy link

vercel bot commented Feb 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Feb 16, 2023 at 9:04AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Feb 16, 2023
@BohuTANG BohuTANG merged commit d617908 into datafuselabs:main Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants