[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:
parent
0424a2477e
commit
63ff16d528
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue