LiBinfeng-01 commented on issue #42723: URL: https://github.com/apache/doris/issues/42723#issuecomment-2516676976
this command is only supported in cloud mode: Storage Vault is only supported for cloud mode so we can block this case with condition like: ```def cloudMode = isCloudMode() if (cloudMode) { assert (rowsetCount == 2) } else { assert (rowsetCount == 1) }``` -- 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