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

[WIP] Allow setting arbitrary table properties on Iceberg tables #8

Draft
wants to merge 9 commits into
base: iceberg-extra-props
Choose a base branch
from

Commits on Oct 15, 2023

  1. Initial implementation

    Priyansh121096 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1db8ffd View commit details
    Browse the repository at this point in the history
  2. Delete TODO.md

    Priyansh121096 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d86b194 View commit details
    Browse the repository at this point in the history
  3. Add docs

    Priyansh121096 authored and Priyansh Agrawal committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ca06b0f View commit details
    Browse the repository at this point in the history
  4. Allow updates as well.

    The following now works
    ALTER TABLE baz SET PROPERTIES extra_properties = MAP(ARRAY['commit.retry.num-retries', 'b'], ARRAY['2', 'xyz']);
    Priyansh121096 authored and Priyansh Agrawal committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    cf08121 View commit details
    Browse the repository at this point in the history
  5. Minor refactor

    Priyansh121096 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    57ae088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e4efa View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Dummy commit

    Priyansh121096 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e6cb6cc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Fix * imports

    Priyansh121096 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    55e17d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f347765 View commit details
    Browse the repository at this point in the history