NOTE: binaries pulled, use 0.5.7 or later
- Updates Iceberg to v1.4.0-rc.2
- Updates property names to align with the Iceberg project
NOTE: This release has backwards-incompatible property name changes. If upgrading you will need to update your sink config.
iceberg.tables.dynamic.enabled -> iceberg.tables.dynamic-enabled
iceberg.tables.routeField -> iceberg.tables.route-field
iceberg.tables.defaultCommitBranch -> iceberg.tables.default-commit-branch
iceberg.tables.cdcField -> iceberg.tables.cdc-field
iceberg.tables.upsertModeEnabled -> iceberg.tables.upsert-mode-enabled
iceberg.tables.autoCreateEnabled -> iceberg.tables.auto-create-enabled
iceberg.tables.evolveSchemaEnabled -> iceberg.tables.evolve-schema-enabled
iceberg.table.<table name>.idColumns -> - iceberg.table.<table name>.id-columns
iceberg.table.<table name>.routeRegex -> iceberg.table.<table name>.route-regex
iceberg.table.<table name>.commitBranch -> iceberg.table.<table name>.commit-branch
iceberg.control.group.id -> iceberg.control.group-id
iceberg.control.commitIntervalMs -> iceberg.control.commit.interval-ms
iceberg.control.commitTimeoutMs -> iceberg.control.commit.timeout-ms
iceberg.control.commitThreads -> iceberg.control.commit.threads