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

Refactor read_metadata in fastparquet engine #8092

Merged
merged 60 commits into from Oct 19, 2021

Commits on Aug 18, 2021

  1. Copy the full SHA
    8b23c6e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Copy the full SHA
    a0e0fec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    697e4f2 View commit details
    Browse the repository at this point in the history
  3. save state

    rjzamora committed Aug 19, 2021
    Copy the full SHA
    08ea5ad View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Copy the full SHA
    87845b9 View commit details
    Browse the repository at this point in the history
  2. parallel collect parts

    rjzamora committed Aug 20, 2021
    Copy the full SHA
    a44bc39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5086583 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a9c36ba View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b978de5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6c819ea View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    54db532 View commit details
    Browse the repository at this point in the history
  8. adding basic test coverage

    rjzamora committed Aug 20, 2021
    Copy the full SHA
    4b0b4d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

  1. minor fix

    rjzamora committed Aug 25, 2021
    Copy the full SHA
    52f6c30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1110330 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e34c48b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0cd35b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1354cf7 View commit details
    Browse the repository at this point in the history
  6. remove unused (stale) code

    rjzamora committed Aug 25, 2021
    Copy the full SHA
    b4c8a45 View commit details
    Browse the repository at this point in the history
  7. minor paths tweak

    rjzamora committed Aug 25, 2021
    Copy the full SHA
    d9e48c5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bb57a2a View commit details
    Browse the repository at this point in the history
  9. improve pyarrow 'fast-path'

    rjzamora committed Aug 25, 2021
    Copy the full SHA
    322af53 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7e8b8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Copy the full SHA
    9d88830 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    18f316e View commit details
    Browse the repository at this point in the history
  3. remove stale code

    rjzamora committed Aug 26, 2021
    Copy the full SHA
    b4ca448 View commit details
    Browse the repository at this point in the history
  4. remove sync compute

    rjzamora committed Aug 26, 2021
    Copy the full SHA
    ef59025 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. update arrow changes

    rjzamora committed Aug 31, 2021
    Copy the full SHA
    a468872 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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

Commits on Sep 14, 2021

  1. Copy the full SHA
    355739e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    884cd38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abc561c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ae3fc23 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Copy the full SHA
    7a9086b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44bf0f5 View commit details
    Browse the repository at this point in the history
  3. remove stale comment

    rjzamora committed Sep 27, 2021
    Copy the full SHA
    5fe0fe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Copy the full SHA
    6f7fab5 View commit details
    Browse the repository at this point in the history
  2. update arrow.py

    rjzamora committed Sep 28, 2021
    Copy the full SHA
    ff82935 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. code review part 1

    rjzamora committed Sep 29, 2021
    Copy the full SHA
    9b940f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a18223c View commit details
    Browse the repository at this point in the history
  3. avoid regex

    rjzamora committed Sep 29, 2021
    Copy the full SHA
    b2474d2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    05b544c View commit details
    Browse the repository at this point in the history
  5. docstring fix

    rjzamora committed Sep 29, 2021
    Copy the full SHA
    68f6490 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ec8139b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b39588c View commit details
    Browse the repository at this point in the history
  8. improve defaults

    rjzamora committed Sep 29, 2021
    Copy the full SHA
    284736c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6cab46c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5ff9d14 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c79906c View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6ea87b3 View commit details
    Browse the repository at this point in the history
  13. test_metadata_task_size fix

    rjzamora committed Sep 29, 2021
    Copy the full SHA
    9a444fe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Copy the full SHA
    4587494 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'read-metadata-refactor-fastparquet' of https://github.c…

    …om/rjzamora/dask into read-metadata-refactor-fastparquet
    rjzamora committed Oct 1, 2021
    Copy the full SHA
    2231875 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. address 8201

    rjzamora committed Oct 4, 2021
    Copy the full SHA
    47b07b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c7401de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6deed66 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. fix undefined piece mistake

    rjzamora committed Oct 14, 2021
    Copy the full SHA
    859c107 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37d59e5 View commit details
    Browse the repository at this point in the history
  3. update to OSError

    rjzamora committed Oct 14, 2021
    Copy the full SHA
    d09c76c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b9edc41 View commit details
    Browse the repository at this point in the history