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

Improve the InMemory Catalog Implementation #289

Merged
merged 24 commits into from
Mar 13, 2024

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    066e8c4 View commit details
    Browse the repository at this point in the history
  2. generalize InMemoryCatalog

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b1a99f7 View commit details
    Browse the repository at this point in the history
  3. make write work

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    32c449e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c6e06a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b1e50 View commit details
    Browse the repository at this point in the history
  6. memory.py -> in_memory.py

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e2541ac View commit details
    Browse the repository at this point in the history
  7. fix test_commit_table

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3013bdb View commit details
    Browse the repository at this point in the history
  8. rebase from main

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    be3eb1c View commit details
    Browse the repository at this point in the history
  9. revert fs changes

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f80849a View commit details
    Browse the repository at this point in the history
  10. fix tests

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    faea973 View commit details
    Browse the repository at this point in the history
  11. add docs and comments

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4437a30 View commit details
    Browse the repository at this point in the history
  12. comma

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    aabcde0 View commit details
    Browse the repository at this point in the history
  13. comment

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b91e1cf View commit details
    Browse the repository at this point in the history
  14. order

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2834bae View commit details
    Browse the repository at this point in the history
  15. fix test

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    341f5ba View commit details
    Browse the repository at this point in the history
  16. add license

    kevinjqliu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    67c028a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    c7f9053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7b876 View commit details
    Browse the repository at this point in the history
  3. remove unused references

    kevinjqliu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    10adb1c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update mkdocs/docs/configuration.md

    Co-authored-by: Fokko Driesprong <fokko@apache.org>
    kevinjqliu and Fokko committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a466e5f View commit details
    Browse the repository at this point in the history
  2. Update mkdocs/docs/configuration.md

    Co-authored-by: Fokko Driesprong <fokko@apache.org>
    kevinjqliu and Fokko committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    03ec82b View commit details
    Browse the repository at this point in the history
  3. Update tests/catalog/test_base.py

    Co-authored-by: Fokko Driesprong <fokko@apache.org>
    kevinjqliu and Fokko committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    58b34ca View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. remove schema_id

    kevinjqliu committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    810c3c5 View commit details
    Browse the repository at this point in the history