Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Nov 15, 2023
1 parent ca9d380 commit b4fc44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static org.apache.paimon.flink.action.cdc.pulsar.PulsarActionUtils.VALUE_FORMAT;

/** IT cases for {@link PulsarSyncTableAction}. */
public class PulsarSyncTableActionITCase extends PulsarActionITCaseBase {
public class PulsarCanalSyncTableActionITCase extends PulsarActionITCaseBase {

@Test
@Timeout(120)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testSchemaEvolution() throws Exception {
private void runSingleTableSchemaEvolution(String sourceDir) throws Exception {
final String topic = "schema_evolution";
createTopic(topic, 1);
// ---------- Write the debezium json into Kafka -------------------
// ---------- Write the debezium json into Pulsar -------------------
sendMessages(
topic,
getMessages(
Expand Down

0 comments on commit b4fc44c

Please sign in to comment.