You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "sarutak (via GitHub)" <gi...@apache.org> on 2023/10/01 14:02:21 UTC

[GitHub] [arrow-datafusion] sarutak opened a new pull request, #7718: Support all the codes supported by Avro

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

   ## Which issue does this PR close?
   
   Closes #7717
   
   ## Rationale for this change
   Avro supports deflate, snappy, bzip2, xz and zstandard but currently Datafusion only enables snappy.
   
   ## What changes are included in this PR?
   Change `common/Cargo.toml` to enable the codecs supported by Avro.
   
   ## Are these changes tested?
   Added new tests.
   
   ## Are there any user-facing changes?
   Yes. But this change doesn't compatibility.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] sarutak commented on pull request #7718: Support all the codes supported by Avro

Posted by "sarutak (via GitHub)" <gi...@apache.org>.
sarutak commented on PR #7718:
URL: https://github.com/apache/arrow-datafusion/pull/7718#issuecomment-1742093470

   Waiting for [the PR in arrow-testing](https://github.com/apache/arrow-testing/pull/95) merged.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Support all the codecs supported by Avro [arrow-datafusion]

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan merged PR #7718:
URL: https://github.com/apache/arrow-datafusion/pull/7718


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org