gavinchou commented on code in PR #28729: URL: https://github.com/apache/doris/pull/28729#discussion_r1432710230
########## be/src/common/status.h: ########## @@ -93,7 +93,7 @@ namespace ErrorCode { E(VERSION_NOT_EXIST, -214, false); \ E(TABLE_NOT_FOUND, -215, true); \ E(TRY_LOCK_FAILED, -216, false); \ - E(OUT_OF_BOUND, -218, true); \ + E(OUT_OF_BOUND, -218, false); \ Review Comment: Maybe a new error EXCEED_LIMIT is better? -- 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