Skip to content

Commit

Permalink
[Feature][Connector-V2][Tablestore] Support Source connector for Tab…
Browse files Browse the repository at this point in the history
…lestore apache#7448
  • Loading branch information
tanzhiqiang committed Aug 26, 2024
1 parent 8a21383 commit f4349a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@
import org.apache.seatunnel.common.constants.JobMode;
import org.apache.seatunnel.connectors.seatunnel.tablestore.config.TablestoreOptions;

import com.google.auto.service.AutoService;
import lombok.extern.slf4j.Slf4j;

import java.util.ArrayList;
import java.util.List;

@Slf4j
@AutoService(SeaTunnelSource.class)
public class TableStoreDBSource
implements SeaTunnelSource<SeaTunnelRow, TableStoreDBSourceSplit, TableStoreDBSourceState>,
SupportParallelism,
Expand Down

0 comments on commit f4349a1

Please sign in to comment.