mcvsubbu commented on a change in pull request #4532: Expose a method to
determine if a QueryExceptionErrorCode represents a client-side error
URL: https://github.com/apache/incubator-pinot/pull/4532#discussion_r315425960
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/api/RequestStatistics.java
##########
@@ -28,9 +28,12 @@
* post-processing at a finer level than metrics.
*/
public class RequestStatistics {
+
+ public static final String DEFAULT_TABLE_NAME = "NotYetParsed";
Review comment:
private, and introduce a method isTableNameParsed()
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]