You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/04 09:23:00 UTC

[jira] [Commented] (AVRO-2446) Add deflate codec support to the PHP bindings

    [ https://issues.apache.org/jira/browse/AVRO-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878466#comment-16878466 ] 

ASF subversion and git services commented on AVRO-2446:
-------------------------------------------------------

Commit b6407285171e6c08172b2239b0c989a17f6be628 in avro's branch refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=b640728 ]

AVRO-2446: Add deflate codec support to the PHP bindings (#561)

* AVRO-2446: Add deflate codec support to the PHP bindings

* AVRO-2446: Add deflate codec support to the PHP bindings

Update lang/php/test/generate_interop_data.php to generate
a deflate-compressed file in addition to an uncompressed one,
so that we can confirm the write operation is properly implemented
via other bindings.

* AVRO-2446: Add deflate codec support to the PHP bindings

Add the default value to the open_writer function,
for maintaining backward compatibility.


> Add deflate codec support to the PHP bindings
> ---------------------------------------------
>
>                 Key: AVRO-2446
>                 URL: https://issues.apache.org/jira/browse/AVRO-2446
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: php
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Critical
>
> [The Avro specification determines that the deflate codec is required|http://avro.apache.org/docs/1.9.0/spec.html#deflate], but the PHP bindings does not implement it for now.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)