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

   ## Which issue does this PR close?
   
   Closes #7323 
   
   ## Rationale for this change
   
   OutputFileFormat and FileType offer redundant functionality and the same 
enumerated file types. To reduce code duplication, FileType is moved to 
datafusion_common and all references to OutputFileFormat instead refer to 
FileType.
   
   I also moved file compression related structs. These are not needed yet 
outside of core, but will be needed when write options related to compression 
are implemented. 
   
   ## What changes are included in this PR?
   
   Many imports are updated to reflect the new location of FileType and 
associated functionality. 
   
   ## Are these changes tested?
   
   Yes by existing tests
   
   ## Are there any user-facing changes?
   
   FileType / GetExt must be imported from datafusion_common 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