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

Signed-off-by: GavinMar <yangguansuo@starrocks.com>
This commit is contained in:
Gavin 2025-09-02 00:32:57 +08:00 committed by GitHub
parent 0424a2477e
commit 63ff16d528
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 {