-
Notifications
You must be signed in to change notification settings - Fork 138
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
base: master
Are you sure you want to change the base?
Feature/avro tweaks #477
Commits on Nov 19, 2015
-
Preliminary commit for Avro backend.
Alex Hasha committedNov 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 932bdde - Browse repository at this point
Copy the full SHA 932bddeView commit details -
Adding test for avro to iterator
Alex Hasha committedNov 19, 2015 Configuration menu - View commit details
-
Copy full SHA for b2091f4 - Browse repository at this point
Copy the full SHA b2091f4View commit details
Commits on Nov 25, 2015
-
Enabling read and write, adding append methods.
Alex Hasha committedNov 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 4cbe99f - Browse repository at this point
Copy the full SHA 4cbe99fView commit details
Commits on Nov 30, 2015
-
Adding dependencies to build files
Alex Hasha committedNov 30, 2015 Configuration menu - View commit details
-
Copy full SHA for e07cfa7 - Browse repository at this point
Copy the full SHA e07cfa7View commit details
Commits on Dec 3, 2015
-
Adding a convert edge from iterator back to avro
Alex Hasha committedDec 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 6cba475 - Browse repository at this point
Copy the full SHA 6cba475View commit details -
Ensuring avro backend is registered on import
Alex Hasha committedDec 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 9ded2e1 - Browse repository at this point
Copy the full SHA 9ded2e1View commit details -
Fixing version problem with toolz
Alex Hasha committedDec 3, 2015 Configuration menu - View commit details
-
Copy full SHA for d7496ba - Browse repository at this point
Copy the full SHA d7496baView commit details
Commits on Dec 18, 2015
-
Adding support for array types
Alex Hasha committedDec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 2adb2df - Browse repository at this point
Copy the full SHA 2adb2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ed159 - Browse repository at this point
Copy the full SHA 31ed159View commit details -
Attempting to fix travis build
Alex Hasha committedDec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 491c4d1 - Browse repository at this point
Copy the full SHA 491c4d1View commit details -
Alex Hasha committed
Dec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 2eeba0a - Browse repository at this point
Copy the full SHA 2eeba0aView commit details -
Adding conda selector for avro, since it is not Python 3 compatible
Alex Hasha committedDec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 471becc - Browse repository at this point
Copy the full SHA 471beccView commit details
Commits on Dec 19, 2015
-
Alex Hasha committed
Dec 19, 2015 Configuration menu - View commit details
-
Copy full SHA for e05d1e1 - Browse repository at this point
Copy the full SHA e05d1e1View commit details -
Converting tests to pytest idiom.
Alex Hasha committedDec 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 31821d2 - Browse repository at this point
Copy the full SHA 31821d2View commit details -
Changing import order to ensure test skip if avro not installed
Alex Hasha committedDec 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 3773348 - Browse repository at this point
Copy the full SHA 3773348View commit details -
Final small changes requested from code review
Alex Hasha committedDec 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 2c0246a - Browse repository at this point
Copy the full SHA 2c0246aView commit details -
Merge branch 'master' into avro
Alex Hasha committedDec 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 0d35449 - Browse repository at this point
Copy the full SHA 0d35449View commit details
Commits on Dec 22, 2015
-
Use multipledispatch for schema discovery
Alex Hasha committedDec 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 01b67a4 - Browse repository at this point
Copy the full SHA 01b67a4View commit details -
Alex Hasha committed
Dec 22, 2015 Configuration menu - View commit details
-
Copy full SHA for a583e55 - Browse repository at this point
Copy the full SHA a583e55View commit details
Commits on Dec 29, 2015
-
Alex Hasha committed
Dec 29, 2015 Configuration menu - View commit details
-
Copy full SHA for eb004c7 - Browse repository at this point
Copy the full SHA eb004c7View commit details
Commits on Dec 30, 2015
-
Adding dshape to avro schema generation, with doctest
Alex Hasha committedDec 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 58d4e6e - Browse repository at this point
Copy the full SHA 58d4e6eView commit details
Commits on Jan 4, 2016
-
Bumping datashape version to fix build
Alex Hasha committedJan 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 64753e2 - Browse repository at this point
Copy the full SHA 64753e2View commit details
Commits on Jan 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d575ead - Browse repository at this point
Copy the full SHA d575eadView commit details
Commits on Jan 29, 2016
-
Attempt to fix build for python3
Alex Hasha committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c2d082 - Browse repository at this point
Copy the full SHA 5c2d082View commit details -
Alex Hasha committed
Jan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 78a591f - Browse repository at this point
Copy the full SHA 78a591fView commit details -
* 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 committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for ee5e6f3 - Browse repository at this point
Copy the full SHA ee5e6f3View commit details -
One more python3 bug I missed.
Alex Hasha committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for ff32e9e - Browse repository at this point
Copy the full SHA ff32e9eView commit details -
Changing doctest not to be format sensitive.
Alex Hasha committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for cbec204 - Browse repository at this point
Copy the full SHA cbec204View commit details
Commits on Feb 2, 2016
-
Merge branch 'master' into avro
Conflicts: recommended-requirements.txt
Alex Hasha committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 4ebbf9b - Browse repository at this point
Copy the full SHA 4ebbf9bView commit details -
Alex Hasha committed
Feb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 060c2b4 - Browse repository at this point
Copy the full SHA 060c2b4View commit details -
Changing AVRO.uri attribute to AVRO.path, and allowing codec keyword …
…argument to be passed to resource.
Alex Hasha committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 32900b9 - Browse repository at this point
Copy the full SHA 32900b9View commit details -
Dropping requirement for schema to be defined for new AVRO resource o…
…n initialization
Alex Hasha committedFeb 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 95724cf - Browse repository at this point
Copy the full SHA 95724cfView commit details
Commits on Jun 27, 2016
-
Merge branch 'master' into avro
Alex Hasha committedJun 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 76f2a72 - Browse repository at this point
Copy the full SHA 76f2a72View commit details -
Alex Hasha committed
Jun 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 264fca2 - Browse repository at this point
Copy the full SHA 264fca2View commit details
Commits on Aug 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f47d8a8 - Browse repository at this point
Copy the full SHA f47d8a8View commit details