You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by spasam <gi...@git.apache.org> on 2017/09/29 20:54:51 UTC

[GitHub] avro pull request #252: Fix unknown binaryWrite function

GitHub user spasam opened a pull request:

    https://github.com/apache/avro/pull/252

    Fix unknown binaryWrite function

    Running ./build.sh test with NodeJS 6 or 8, I get:
    TypeError: this.buf.binaryWrite is not a function
    
    Changed binaryWrite() to write()

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/spasam/avro binary

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/252.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #252
    
----
commit 52b6b969b9e90092907a0559018e8339bc90dedd
Author: Seshu Pasam <sp...@uptycs.com>
Date:   2017-09-29T20:53:33Z

    Fix unknown binaryWrite function
    
    Running ./build.sh test with NodeJS 6 or 8, I get:
    TypeError: this.buf.binaryWrite is not a function
    
    Changed binaryWrite() to write()

----


---

[GitHub] avro pull request #252: Fix unknown binaryWrite function

Posted by spasam <gi...@git.apache.org>.
Github user spasam closed the pull request at:

    https://github.com/apache/avro/pull/252


---