apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.13k stars 842 forks source link

[Feature] Added insertable, updatable attributes to the paimon table field #3644

Open melin opened 6 days ago

melin commented 6 days ago

Search before asking

Motivation

Added insertable, updatable attributes to the paimon table column insertable: Only the inserted data can be used. If the data is updated later, the field value will not be updated. updatable: Only updated data can be used. The value of this field is null when data is inserted for the first time

Ideas from JPA image

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

melin commented 6 days ago

@zhuangchong