Skip to content

Commit

Permalink
Region request should eval timezone info, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Apr 19, 2024
1 parent c9b993c commit e7890b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/greptime/v1/region/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ message RegionRequestHeader {
map<string, string> tracing_context = 5;
// DB Name of request, tracking only
string dbname = 3;
// The `timezone` for the request
string timezone = 4;
}

message RegionRequest {
Expand Down

0 comments on commit e7890b0

Please sign in to comment.