devinjdangelo opened a new pull request, #7212:
URL: https://github.com/apache/arrow-datafusion/pull/7212

   ## Which issue does this PR close?
   
   None, but progresses towards the goals of #5076 and #7079. Follow on to 
#7141. 
   
   ## Rationale for this change
   
   Adds support for `insert into <table>` for tables which are backed by Json 
files. 
   
   ## What changes are included in this PR?
   
   - Implements `JsonSink `in similar fashion to `CsvSink`
   - Minor refactor of `CsvSink` to support code reuse with `JsonSink`
   - Generalized existing tests of `insert into` to be easily extensible for 
additional `FileFormats` and `options`
   - Added test coverage for appending to existing Json files and appending new 
Json files to a `ListingTable`
   - Added checks and throw error if attempting insert to sorted or compressed 
table since not implemented yet
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   Insert into Json table will work now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to