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

Feature/avro tweaks #477

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

Commits on Nov 19, 2015

  1. Preliminary commit for Avro backend.

    Alex Hasha committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    932bdde View commit details
    Browse the repository at this point in the history
  2. Adding test for avro to iterator

    Alex Hasha committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    b2091f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Enabling read and write, adding append methods.

    Alex Hasha committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    4cbe99f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Adding dependencies to build files

    Alex Hasha committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    e07cfa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Adding a convert edge from iterator back to avro

    Alex Hasha committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    6cba475 View commit details
    Browse the repository at this point in the history
  2. Ensuring avro backend is registered on import

    Alex Hasha committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    9ded2e1 View commit details
    Browse the repository at this point in the history
  3. Fixing version problem with toolz

    Alex Hasha committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    d7496ba View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Adding support for array types

    Alex Hasha committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    2adb2df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into avro

    Conflicts:
    	odo/__init__.py
    Alex Hasha committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    31ed159 View commit details
    Browse the repository at this point in the history
  3. Attempting to fix travis build

    Alex Hasha committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    491c4d1 View commit details
    Browse the repository at this point in the history
  4. Reformatting test data

    Alex Hasha committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    2eeba0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    471becc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Small fixes from code review.

    Alex Hasha committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    e05d1e1 View commit details
    Browse the repository at this point in the history
  2. Converting tests to pytest idiom.

    Alex Hasha committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    31821d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3773348 View commit details
    Browse the repository at this point in the history
  4. Final small changes requested from code review

    Alex Hasha committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    2c0246a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into avro

    Alex Hasha committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    0d35449 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Use multipledispatch for schema discovery

    Alex Hasha committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    01b67a4 View commit details
    Browse the repository at this point in the history
  2. Bug fix for boolean types

    Alex Hasha committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    a583e55 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Cleanup

    Alex Hasha committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    eb004c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Adding dshape to avro schema generation, with doctest

    Alex Hasha committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    58d4e6e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Bumping datashape version to fix build

    Alex Hasha committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    64753e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Merge branch 'master' into avro

    Conflicts:
    	requirements.txt
    Alex Hasha committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    d575ead View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Attempt to fix build for python3

    Alex Hasha committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    5c2d082 View commit details
    Browse the repository at this point in the history
  2. Whitespace error.

    Alex Hasha committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    78a591f View commit details
    Browse the repository at this point in the history
  3. Python 3 support

    * Switching to fastavro for reads, because its faster and Python2/3
      compatible.
    * Introducing try blocks around API calls that are different in
      avro-python3
    * Stuck with avro-python3 library for writing because fastavro
      does not support appending yet.
    Alex Hasha committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    ee5e6f3 View commit details
    Browse the repository at this point in the history
  4. One more python3 bug I missed.

    Alex Hasha committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    ff32e9e View commit details
    Browse the repository at this point in the history
  5. Changing doctest not to be format sensitive.

    Alex Hasha committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    cbec204 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Merge branch 'master' into avro

    Conflicts:
    	recommended-requirements.txt
    Alex Hasha committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    4ebbf9b View commit details
    Browse the repository at this point in the history
  2. Updating avro type mappings

    Alex Hasha committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    060c2b4 View commit details
    Browse the repository at this point in the history
  3. Changing AVRO.uri attribute to AVRO.path, and allowing codec keyword …

    …argument to be passed to resource.
    Alex Hasha committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    32900b9 View commit details
    Browse the repository at this point in the history
  4. Dropping requirement for schema to be defined for new AVRO resource o…

    …n initialization
    Alex Hasha committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    95724cf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge branch 'master' into avro

    Alex Hasha committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    76f2a72 View commit details
    Browse the repository at this point in the history
  2. Adding fastavro to meta.yaml

    Alex Hasha committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    264fca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    f47d8a8 View commit details
    Browse the repository at this point in the history