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: Implement COPY TO functionality for exporting data to CSV. #248

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

loloxwg
Copy link
Member

@loloxwg loloxwg commented Nov 14, 2024

What problem does this PR solve?

Extended the COPY TO command to support exporting table data to CSV files. Enhanced the planning, execution, and test modules to handle the file writing mechanics and schema handling. Updated README to mark VIEW support as implemented and added relevant tests.

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould self-requested a review November 14, 2024 17:38
@KKould KKould added the enhancement New feature or request label Nov 14, 2024
src/types/tuple.rs Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Extended the COPY TO command to support exporting table data to CSV files. Enhanced the planning, execution, and test modules to handle the file writing mechanics and schema handling. Updated README to mark VIEW support as implemented and added relevant tests.
@loloxwg loloxwg merged commit 2e1bb34 into KipData:main Nov 15, 2024
3 checks passed
@loloxwg loloxwg deleted the copy_to branch November 15, 2024 02:09
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.

2 participants