reswqa commented on code in PR #19234: URL: https://github.com/apache/doris/pull/19234#discussion_r1186613997
########## fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java: ########## @@ -1192,7 +1192,9 @@ public enum ErrorCode { + " table supports time travel in current version"), ERR_NONSSL_HANDSHAKE_RESPONSE(5091, new byte[] {'4', '2', '0', '0'}, - "SSL mode on but received non-ssl handshake response from client."); + "SSL mode on but received non-ssl handshake response from client."), + + ERR_DROP_PARTITION_FROM_INDEX_NON_EXISTENT(5092, new byte[]{'H', 'Y', '0', '0', '0'}, "Index '%s' is not existent for partition %s."); Review Comment: Renamed to `ERR_NO_SUCH_INDEX` as we have a similar errorCode called `ERR_NO_SUCH_PARTITION`. -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org