Skip to content

feat: implement COPY INTO with stage support#27

Merged
sivchari merged 3 commits intomainfrom
feat-copy-into
Feb 6, 2026
Merged

feat: implement COPY INTO with stage support#27
sivchari merged 3 commits intomainfrom
feat-copy-into

Conversation

@sivchari
Copy link
Copy Markdown
Owner

@sivchari sivchari commented Feb 6, 2026

Summary

  • Add CREATE STAGE / DROP STAGE commands for stage management
  • Implement COPY INTO for loading CSV files from stages
  • Support FILE_FORMAT options (TYPE = 'CSV', SKIP_HEADER = n)

Changes

  • engine/src/executor.rs: Stage management and COPY INTO handlers
  • go/integration_test.go: Integration tests for COPY INTO functionality

Test plan

  • Rust unit tests (10 tests added)
  • Go integration tests (6 tests added)
  • Manual testing with CSV file loading

- Add CREATE STAGE / DROP STAGE commands for stage management
- Implement COPY INTO for loading CSV files from stages
- Support FILE_FORMAT options (TYPE = 'CSV', SKIP_HEADER = n)
- Add Rust unit tests for stage and copy operations
- Add Go integration tests for COPY INTO functionality
@sivchari sivchari merged commit cbbb1e9 into main Feb 6, 2026
@sivchari sivchari deleted the feat-copy-into branch February 6, 2026 12:28
@github-actions github-actions bot mentioned this pull request Feb 17, 2026
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.

1 participant