Devlive 开源社区 本次搜索耗时 0.538 秒,为您找到 101 个相关结果.
  • DDL

    CREATE TABLE PARTITIONED BY ALTER TABLE ... WRITE DISTRIBUTED BY PARTITION ALTER TABLE ... SET IDENTIFIER FIELDS ALTER TABLE ... DROP IDENTIFIER FIELDS Branching and Taggi...
  • Spark Getting Started

    588 2024-06-26 《Apache Amoro 0.6.1》
    Paimon Format Mixed Format Adding catalogs Creating a table Writing to the table Reading from the table The Iceberg Format can be accessed using the Connector provided by Ic...
  • Google BigQuery

    Iceberg tables Using Iceberg JSON metadata file to create the Iceberg BigLake tables : Steps to add additional configurations to the Hudi writers: Using BigLake Metastore to crea...
  • Flink DDL

    577 2024-06-26 《Apache Amoro 0.6.1》
    Create catalogs Flink SQL YAML configuration CREATE statement CREATE DATABASE CREATE TABLE PARTITIONED BY CREATE TABLE LIKE DROP statement DROP DATABASE DROP TABLE SHOW ...
  • Snowflake

    Steps: Create an external volume Create a catalog integration for Iceberg files in object storage Create an Iceberg table from Iceberg metadata in object storage Currently, Sn...
  • Flink Configuration

    Catalog Configuration Runtime configuration Read options Write options Catalog Configuration A catalog is created and named by executing the following query (replace <catalog...
  • Reliability

    Concurrent write operations Cost of retries Retry validation Compatibility Iceberg was designed to solve correctness problems that affect Hive tables running in S3. Hive tabl...
  • Evolution

    Schema evolution Correctness Partition evolution Sort order evolution Iceberg supports in-place table evolution . You can evolve a table schema just like SQL — even in nested...
  • Trino

    Trino just like Presto allows you to query table formats like Hudi, Delta and Iceberg tables using connectors. Users do not need additional configurations to work with OneTable syn...
  • Spark DDL

    538 2024-06-26 《Apache Amoro 0.6.1》
    CREATE TABLE PRIMARY KEY PARTITIONED BY CREATE TABLE … AS SELECT CREATE TABLE … LIKE REPLACE TABLE … AS SELECT DROP TABLE TRUNCATE TABLE ALTER TABLE ALTER TABLE … SET TBLPR...