-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for appending data to external tables - CSV (#6526)
* MemoryExec insert into refactor * Merge leftovers * Set target partition * Comment and formatting improvements * Comments on state. * ListingTable INSERT INTO support * Removing unnecessary code * Some comments are leftover. * Compression import error * Minor resolutions on cargo docs * Corrections after merge * Make FileWriterExt available * Single file support * Resolve linter errors * Minor changes, simplifications * Fix failing tests because of api change * Simplifications * Replace block nesting with drop * remove unnecessary code * Convert to new approach * simplify display * Update debug display * use handle err macro * Make handle err close all writer in case of error. * Final review, stylistic changes * Improve comments * Move insert into test to the explain.slt * convert macro to function * return error for abort in append mode. * Simplify condition of has header * Update comments * Remove file writer factory * use AbortableWrite struct instead of trait --------- Co-authored-by: metesynnada <100111937+metesynnada@users.noreply.github.com> Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>
- Loading branch information
1 parent
44b83a1
commit 36292f6
Showing
11 changed files
with
1,076 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.