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

   # Which issue does this PR close?
   
   Closes #5078.
   
   # Rationale for this change
   
   Enable logical planning of `INSERT` statements without the optional target 
column list.
   
   # What changes are included in this PR?
   
   If there are no parsed target fields in the `INSERT` statement default to 
using all the fields from the table's schema.
   
   # Are these changes tested?
   
   Yes.
   
   # Are there any user-facing changes?
   
   Only to users that use Datafusion as a framework where write statements are 
supported.


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