Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return num bytes written from OCFWriter.Append #185

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

return num bytes written from OCFWriter.Append #185

wants to merge 9 commits into from

Commits on Nov 4, 2019

  1. return num bytes written from OCFWriter.Append

    Nick Mykins committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b4f38c2 View commit details
    Browse the repository at this point in the history
  2. make it compile lol

    Nick Mykins committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    8f43608 View commit details
    Browse the repository at this point in the history
  3. fix "n declared and not used"

    Nick Mykins committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    71519c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f60ff30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1f9912 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. pass tests

    Nick Mykins committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    668a127 View commit details
    Browse the repository at this point in the history
  2. return num bytes written from OCFWriter.Append

    make it compile lol
    
    fix "n declared and not used"
    
    expose thing for getting the exact bytes avrowriter will write
    
    how about we don't duplicate a bunch of code for no good reason
    
    pass tests
    Nick Mykins committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b74d05d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/nmyk/goavro

    Nick Mykins committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    c451048 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge pull request #1 from linkedin/master

    merge upstream
    nmyk committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    875db85 View commit details
    Browse the repository at this point in the history