iszhangpch commented on code in PR #36125: URL: https://github.com/apache/doris/pull/36125#discussion_r1635749517
########## fe/fe-core/src/main/java/org/apache/doris/analysis/AlterDatabaseQuotaStmt.java: ########## @@ -27,11 +27,19 @@ import org.apache.doris.qe.ConnectContext; import com.google.common.base.Strings; +import com.google.gson.annotations.SerializedName; public class AlterDatabaseQuotaStmt extends DdlStmt { + @SerializedName("dbName") private String dbName; + + @SerializedName("quotaType") private QuotaType quotaType; + + @SerializedName("quotaValue") Review Comment: Done -- 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