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

feat: initial table features implementation #1796

Merged
merged 15 commits into from
Nov 3, 2023

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    7dbacb7 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    hntd187 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d692291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd655b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    5309694 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	rust/src/operations/create.rs
    #	rust/src/operations/restore.rs
    #	rust/src/operations/transaction/test_utils.rs
    #	rust/src/protocol/checkpoints.rs
    #	rust/src/protocol/mod.rs
    #	rust/src/protocol/parquet2_read/mod.rs
    #	rust/src/protocol/parquet_read/mod.rs
    #	rust/src/table/mod.rs
    #	rust/src/table/state.rs
    hntd187 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2184885 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    5489879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d84b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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

Commits on Nov 2, 2023

  1. feat: initial table features

    hntd187 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5190657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8133719 View commit details
    Browse the repository at this point in the history
  3. chore: rustfmt

    hntd187 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ccdf791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d934cfe View commit details
    Browse the repository at this point in the history
  5. feat: table features, use untagged serde instead, update test change,…

    … copy simple table to not fail python tests
    hntd187 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4423deb View commit details
    Browse the repository at this point in the history