[branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39823)

Make backend_id's field no the same with master branch.

For upgrading, change backend_id's field no is safe, because old fe can
torrent with TLoadTxnBeginRequest not setting backend id.

backend_id was introduce by #36437
This commit is contained in:
yujun
2024-08-23 12:24:55 +08:00
committed by GitHub
parent 0934fbee7e
commit 8bbd3db1bc

View File

@ -609,7 +609,7 @@ struct TLoadTxnBeginRequest {
10: optional i64 timeout
11: optional Types.TUniqueId request_id
12: optional string token
13: optional i64 backend_id
15: optional i64 backend_id
}
struct TLoadTxnBeginResult {