[BugFix] Change the `tuple_id` field in `TIcebergTableSink` to optional to fix the compatibility issues with historical versions. (backport #62593) (#62604)

Signed-off-by: GavinMar <yangguansuo@starrocks.com>
Co-authored-by: Gavin <yangguansuo@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-02 02:10:15 +00:00 committed by GitHub
parent a3553f320d
commit 9714a299a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ struct TIcebergTableSink {
5: optional bool is_static_partition_sink
6: optional CloudConfiguration.TCloudConfiguration cloud_configuration
7: optional i64 target_max_file_size
8: required i32 tuple_id
8: optional i32 tuple_id
}
struct THiveTableSink {