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

Stage fix #18280

Closed
wants to merge 39 commits into from
Closed

Stage fix #18280

wants to merge 39 commits into from

Conversation

sukki37
Copy link
Contributor

@sukki37 sukki37 commented Aug 22, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #17820
issue #17747
issue #17748

What this PR does / why we need it:

Able to import data from SQL "LOAD DATA INFILE"
Able to read data from External table via local file and S3.
SELECT INTO OUTFILE accept stage URL as input filepath and write to local file and S3.
stage URL can specify to a local file, s3 file and another stage with subpath.
restrict the stage URL format by only supporting file:///, s3:// or stage://
remove the HashPassword for stage credentials
support stage_list() function to list the file in the directory or file path with wildcard
export function work on top of fileservice

cpegeric added 30 commits August 8, 2024 14:51
@mergify mergify bot added the kind/bug Something isn't working label Aug 22, 2024
@matrix-meow matrix-meow added the size/XXL Denotes a PR that changes 2000+ lines label Aug 22, 2024
@mergify mergify bot added the kind/feature label Aug 22, 2024
@cpegeric cpegeric closed this Aug 23, 2024
Copy link
Contributor

mergify bot commented Aug 23, 2024

⚠️ The sha of the head commit of this PR conflicts with #18309. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working kind/feature size/XXL Denotes a PR that changes 2000+ lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.