egalpin commented on code in PR #13742: URL: https://github.com/apache/pinot/pull/13742#discussion_r1844556126
########## pinot-common/src/thrift/request.thrift: ########## @@ -52,4 +52,5 @@ struct InstanceRequest { 4: optional bool enableTrace; 5: optional string brokerId; 6: optional list<string> optionalSegments; +// 7: required i64 queryHash; Review Comment: ah thanks, this is from an earlier concept of using query hash for unique identification, but physical table name is much more human readable and manageable with the same benefit. I'll remove. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org