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

   # Which issue does this PR close?
   
   Closes #6008.
   
   # Rationale for this change
   
   INSERT INTO is currently implemented separately from the query planner, 
which is avoidable. Like major engines, we can add inserting into `LogicalPlan` 
and `PhysicalPlan`.
   
   # What changes are included in this PR?
   - How a MemTable holds its `RecordBatch` data,
   - Moving insert dml logical plan into into `create_initial_plan` instead of 
separate plan addition (abi buraya dikkat),
   - `MemoryWriterExec` for execution.
   
   # Are these changes tested?
   Yes
   
   # Are there any user-facing changes?
   
   Now, to execute the insert query, the user needs to call collect, as in all 
major engines.


-- 
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