Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed Apr 8, 2024
1 parent 3cd4331 commit 4eec737
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.apache.seatunnel.connectors.seatunnel.starrocks.catalog.StarRocksCatalogFactory;

import com.google.common.collect.Lists;
import lombok.Builder;
import lombok.Getter;

import java.io.Serializable;
Expand All @@ -37,14 +36,13 @@
import java.util.stream.Collectors;

@Getter
@Builder
public class StarRocksSourceTableConfig implements Serializable {

private final TablePath tablePath;

private final CatalogTable catalogTable;

private String scanFilter;
private final String scanFilter;

private StarRocksSourceTableConfig(
String tablePath, CatalogTable catalogTable, String scanFilter) {
Expand Down

0 comments on commit 4eec737

Please sign in to comment.