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

Support create multiple element ns together for nessie #10630

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Support create multiple element ns together for nessie

    ---
    
    ### Motivation
    Create multiple level namespace together when create namespace.
    For more of time, the namespace level is one. But some times
    when we have multiple level to construct the namespace, the nessie
    will throw the parent namespace is not found.
    For other catalog, they may merge the multiple level to one level
    so they don’t have such issue.
    zymap committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2cbaede View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Address comments

    zymap committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    285b591 View commit details
    Browse the repository at this point in the history
  2. Remove the old impl

    zymap committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dabde44 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    3290293 View commit details
    Browse the repository at this point in the history
  2. Fix the style issue

    zymap committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8833240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b78fb0 View commit details
    Browse the repository at this point in the history
  4. Fix the test

    zymap committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    40b63ca View commit details
    Browse the repository at this point in the history