Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Jan 19, 2024
1 parent 851d39f commit 2694717
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
package com._4paradigm.openmldb.sdk;

import lombok.Data;
import java.io.Serializable;

import com._4paradigm.openmldb.BasicRouterOptions;
import com._4paradigm.openmldb.SQLRouterOptions;
import com._4paradigm.openmldb.StandaloneOptions;

@Data
public class SdkOption {
public class SdkOption implements Serializable {
// TODO(hw): set isClusterMode automatically
private boolean isClusterMode = true;
// options for cluster mode
Expand Down

0 comments on commit 2694717

Please sign in to comment.