Skip to content

Support COPY query source to file#343

Merged
KKould merged 1 commit into
mainfrom
feat/copy-query-to-file
Jun 2, 2026
Merged

Support COPY query source to file#343
KKould merged 1 commit into
mainfrom
feat/copy-query-to-file

Conversation

@KKould
Copy link
Copy Markdown
Member

@KKould KKould commented Jun 2, 2026

Summary

  • bind COPY (query) TO file by using the query plan as the CopyToFile input
  • share COPY target parsing between table and query sources
  • add SLT coverage that exports a query result and imports it back

Closes #332

Tests

  • cargo run -p sqllogictest-test -- --path tests/slt/copy.slt
  • cargo test -p kite_sql copy_to_file -- --nocapture

@KKould KKould self-assigned this Jun 2, 2026
@KKould KKould added the enhancement New feature or request label Jun 2, 2026
@KKould KKould merged commit 10314d0 into main Jun 2, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support COPY (query) TO ...

1 participant