aboutsummaryrefslogtreecommitdiff
path: root/protocol/src/main/protobuf/UserBitShared.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/src/main/protobuf/UserBitShared.proto')
-rw-r--r--protocol/src/main/protobuf/UserBitShared.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/src/main/protobuf/UserBitShared.proto b/protocol/src/main/protobuf/UserBitShared.proto
index 14bfb8713..1b0f9682a 100644
--- a/protocol/src/main/protobuf/UserBitShared.proto
+++ b/protocol/src/main/protobuf/UserBitShared.proto
@@ -31,7 +31,6 @@ message UserCredentials {
message QueryId {
optional sfixed64 part1 = 1;
optional sfixed64 part2 = 2;
- optional string text = 3;
}
message DrillPBError{
@@ -233,6 +232,7 @@ message QueryProfile {
optional int64 queueWaitEnd = 19;
optional double total_cost = 20;
optional string queue_name = 21 [default = "-"];
+ optional string queryId = 22;
}
message MajorFragmentProfile {