egalpin commented on code in PR #13742:
URL: https://github.com/apache/pinot/pull/13742#discussion_r1917366074
##########
pinot-core/src/main/java/org/apache/pinot/core/transport/AsyncQueryResponse.java:
##########
@@ -39,10 +44,13 @@
@ThreadSafe
public class AsyncQueryResponse implements QueryResponse {
private final QueryRouter _queryRouter;
- private final long _requestId;
+
+ // TODO(egalpin): Remove the concept of truncated request ID in next major
release after all servers are expected
+ // to send back tableName in DataTable metadata
+ private final long _canonicalRequestId;
Review Comment:
@vrajat `query` in this context I believe would be a `BrokerRequest`[1]
[1]
https://github.com/apache/pinot/blob/fe7e9e279386c0f7e5f889ac21a0ba1582ef612c/pinot-common/src/main/java/org/apache/pinot/common/request/InstanceRequest.java#L43
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]