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

   Draft as builds on #7791 
   
   ## Which issue does this PR close?
   
   Closes #7744 
   
   ## Rationale for this change
   
   We support reads from hive-style partitioned tables, so it makes sense also 
to support insert into for these tables.
   
   ## What changes are included in this PR?
   
   Implements a new run time demux strategy which creates a stream for each 
unique tuple of partition values. 
   
   ## Are these changes tested?
   
   Yes, new sqllogic tests added.
   
   Need some more fine grained tests to ensure partitioning works as expected.
   
   ## Are there any user-facing changes?
   
   Inserts to partitioned tables works


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