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

[Enhancement] Unified Catalog support Paimon (backport #47398) #52749

Open
wants to merge 1 commit into
base: branch-3.3
Choose a base branch
from

Commits on Nov 8, 2024

  1. [Enhancement] Unified Catalog support Paimon (StarRocks#47398)

    Make unified catalog support paimon data sources.
    
    example:
    ```sql
    CREATE EXTERNAL CATALOG unified
    PROPERTIES
    (
        "type" = "unified",
        "unified.metastore.type" = "hive",
        "hive.metastore.uris" = "thrift://localhost:9083",
        "paimon.catalog.warehouse" = "hdfs://127.0.0.1:9000/paimon",
    );
    ```
    
    Signed-off-by: Jiao Mingye <[email protected]>
    
    (cherry picked from commit 2e50513)
    mxdzs0612 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9602f2f View commit details
    Browse the repository at this point in the history