malbx commented on a change in pull request #6765: URL: https://github.com/apache/incubator-pinot/pull/6765#discussion_r614574110
########## File path: pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNative.java ########## @@ -43,7 +43,7 @@ public class BrokerResponseNative implements BrokerResponse { public static final BrokerResponseNative EMPTY_RESULT = BrokerResponseNative.empty(); public static final BrokerResponseNative NO_TABLE_RESULT = - new BrokerResponseNative(QueryException.BROKER_RESOURCE_MISSING_ERROR); + new BrokerResponseNative(QueryException.SERVER_TABLE_MISSING_ERROR); Review comment: Thanks for pointing this out. I will add details to the release notes section of this PR. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org