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: select from stage with files/pattern. #9877

Merged
merged 3 commits into from
Feb 3, 2023

Conversation

youngsofun
Copy link
Member

@youngsofun youngsofun commented Feb 3, 2023

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

Summary

Summary about this PR

select * from @s2 (files => ('tuple.parquet'));
select * from @s2 (pattern => '.*parquet');
  • files and pattern are the same with those in copy
    • except use => instead of = (learn from snowflake)
    • pattern use regex as in copy

Closes #issue

part of #9847

@vercel
Copy link

vercel bot commented Feb 3, 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 3, 2023 at 7:16AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Feb 3, 2023
@BohuTANG
Copy link
Member

BohuTANG commented Feb 3, 2023

It would be better to add more information for the PR, to make the reviewer/user clear what we did.

@BohuTANG BohuTANG merged commit ac81e37 into databendlabs:main Feb 3, 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.

2 participants