Nick Del Nano
Nick Del Nano
Resolves https://github.com/apache/iceberg/issues/9755 Docs updates for the support added in https://github.com/apache/iceberg/pull/7628 cc those from #7628 (@linyanghao @stevenzwu @chenjunjiedada)
### Feature Request / Improvement https://github.com/apache/iceberg/pull/7628 enhanced DDL support in Flink and added ADD/DROP/MODIFY COLUMN. The docs don't include this. > ALTER TABLE > Iceberg only support altering table properties:...
[Feature] [core] Iceberg: createMetadataWithoutBase should include full history of Paimon snapshots
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Code path: https://github.com/apache/paimon/blob/ff02f6bf3ceccf8dcac38bc58cf6db390509bd46/paimon-core/src/main/java/org/apache/paimon/iceberg/IcebergCommitCallback.java#L305C49-L305C59 createMetadataWithoutBase is called under certain conditions like - enabling Iceberg...
This PR adds a new format for defining table properties as `specific.table.properties...`. This allows defining properties that are specific to a table. The table specific property takes precedence. Paimon sink...
https://github.com/apache/flink-cdc/pull/3529