Skip to content

Commit 01534b4

Browse files
committed
minor generated code update
1 parent 0705cde commit 01534b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ballista/core/src/serde/generated/ballista.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,9 @@ pub struct ExecuteQueryParams {
790790
pub session_id: ::prost::alloc::string::String,
791791
#[prost(message, repeated, tag = "4")]
792792
pub settings: ::prost::alloc::vec::Vec<KeyValuePair>,
793+
/// operation_id is unique number for each request
794+
/// client makes. it helps mapping requests between
795+
/// client and scheduler
793796
#[prost(string, tag = "5")]
794797
pub operation_id: ::prost::alloc::string::String,
795798
#[prost(oneof = "execute_query_params::Query", tags = "1, 2")]

0 commit comments

Comments
 (0)