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

   ## Which issue does this PR close?
   
   Closes #7445
   
   ## Rationale for this change
   
   The goal of this PR is to make it possible to create external tables using 
compression that are not in the built-in table factory, but are still valid. 
I.e. the logic now throws are error if you pass it a file type that's not CSV 
or JSON with a file compression type that's not uncompressed.
   
   ## What changes are included in this PR?
   
   * Update the if logic to check the exact types that aren't allowed for a 
more generic "not"
   * Update the tests to check that the new case passes
   * Update the error test table to include ARROW as I think it should've been 
in the logic.
   
   ## Are these changes tested?
   
   Add/updated tests to include more cases.
   
   ## Are there any user-facing changes?
   
   No


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