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

ArrowPackageStore #31

Merged
merged 12 commits into from
Mar 11, 2017
Merged

ArrowPackageStore #31

merged 12 commits into from
Mar 11, 2017

Conversation

kevinemoore
Copy link
Contributor

Adding a package store class for Parquet packages using the pyarrow library. This also cleans up PackageStore class types by making the package format an Enum.

Kevin Moore added 5 commits February 20, 2017 17:40
Use an enum to track package format choices.
# Conflicts:
#	quilt/tools/const.py
#	quilt/tools/store.py
Package inspection used to require h5py, but now works on the
package.json file so those tests don’t need to be skipped if h5py is
missing.
@kevinemoore kevinemoore requested a review from akarve March 9, 2017 19:26
# Conflicts:
#	quilt/tools/command.py
#	quilt/tools/const.py
#	quilt/tools/store.py
obj_type = NodeType(obj[TYPE_KEY])
if obj_type is NodeType.TABLE or obj_type is NodeType.FILE:
yield from obj["hashes"]
hash_it = iter(obj['hashes'])
yield next(hash_it)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure you need a loop here and below? Doesn't this just return the first item?

"""
Creates a DataFrame from a set of objects (identified by hashes).
"""
assert len(hash_list) == 1, "Multi-file DFs not supported in HDF5."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrow?

Kevin Moore added 3 commits March 11, 2017 10:53
@kevinemoore kevinemoore merged commit 61d010f into master Mar 11, 2017
@kevinemoore kevinemoore deleted the arrow-pkg-store branch March 11, 2017 23:51
dimaryaz pushed a commit that referenced this pull request Nov 12, 2017
nl0 pushed a commit that referenced this pull request Dec 7, 2019
nl0 pushed a commit that referenced this pull request Dec 9, 2019
nl0 added a commit that referenced this pull request Dec 9, 2019
* master:
  Update dependency vega to ^5.9.0 (#34)
  Update babel monorepo to ^7.7.5 (#31)
  Update dependency eslint-plugin-redux-saga to ^1.1.3 (#32)
  Update dependency terser-webpack-plugin to ^1.4.2 (#33)
  Update dependency @sentry/browser to ^5.10.1 (#27)
  Update dependency fetch-mock to ^8.0.1 (#28)
  Update dependency use-debounce to ^3.3.0 (#29)
  Update dependency react-app-polyfill to ^1.0.5 (#30)
  Update mui monorepo to ^4.7.1 (#25)
  Update dependency css-loader to ^3.2.1 (#21)
  Update dependency use-debounce to ^3.2.0 (#24)
  Update dependency eslint to ^6.7.2 (#22)
  Update dependency eslint-plugin-react to ^7.17.0 (#23)
  Update dependency aws-sdk to ^2.582.0 (#1)
  Update dependency style-loader to ^1.0.1
  Update dependency lint-staged to ^9.5.0
  Update dependency coveralls to ^3.0.9
  Update dependency connected-react-router to ^6.6.1
  Update renovate.json
nl0 added a commit that referenced this pull request Dec 11, 2019
* master: (48 commits)
  Better package list ux pt. 1: larger hit area (whole tile) (#1439)
  Fix interrupted downloads causing corrupted manifests (#1438)
  Fixed missing @ for decorator (#1441)
  PyPi improvements - VERSION file and CircleCi support for alpha releases (#1427)
  Fix Telemetry double counting (#1426)
  preview bio files as plain text (#1435)
  Link to open data (#1434)
  Update dependency @material-ui/core to ^4.7.2 (#37)
  Update dependency @babel/preset-env to ^7.7.6 (#38)
  Update dependency eslint-import-resolver-webpack to ^0.12.0 (#39)
  Update dependency vega to ^5.9.0 (#34)
  Update babel monorepo to ^7.7.5 (#31)
  Update dependency eslint-plugin-redux-saga to ^1.1.3 (#32)
  Update dependency terser-webpack-plugin to ^1.4.2 (#33)
  Update dependency @sentry/browser to ^5.10.1 (#27)
  Update dependency fetch-mock to ^8.0.1 (#28)
  Update dependency use-debounce to ^3.3.0 (#29)
  Update dependency react-app-polyfill to ^1.0.5 (#30)
  Update mui monorepo to ^4.7.1 (#25)
  Update dependency css-loader to ^3.2.1 (#21)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants