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

Metastore client #7

Merged
merged 12 commits into from
Jun 23, 2023
Merged

Metastore client #7

merged 12 commits into from
Jun 23, 2023

Commits on Jun 22, 2023

  1. minor cosmetic - doc stuff

    just added a diagram for someone to quickly see the types we define and work with.
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f29d922 View commit details
    Browse the repository at this point in the history
  2. Update metastore.py

    first attempt on the get_table with proper schema returned
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bb97f8d View commit details
    Browse the repository at this point in the history
  3. Update metastore.py

    first complete version of get_table() with schemas returned including bucket, partitions and sorting information.
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c648351 View commit details
    Browse the repository at this point in the history
  4. Update metastore.py

    classes for representing partitions
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    99268f8 View commit details
    Browse the repository at this point in the history
  5. Update metastore.py

    added basic support for partitions. Now it's possible to fetch the names of partitions for a table and also fetch a specific partition by name.
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c61eb65 View commit details
    Browse the repository at this point in the history
  6. Update metastore.py

    added function to return all the partitions of a table serialized as List[HPartition]
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0c6b6db View commit details
    Browse the repository at this point in the history
  7. Update test_htypes.py

    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0719439 View commit details
    Browse the repository at this point in the history
  8. Update metastore.py

    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0b6b4d1 View commit details
    Browse the repository at this point in the history
  9. Update htypes.py

    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2fe9ee4 View commit details
    Browse the repository at this point in the history
  10. formatting

    trying to keep black happy
    cpard committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d89684c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update metastore.py

    fixed type issues
    cpard committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1d34b67 View commit details
    Browse the repository at this point in the history
  2. Update metastore.py

    cpard committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8347048 View commit details
    Browse the repository at this point in the history