Skip to content

Commit

Permalink
removed WIP comment
Browse files Browse the repository at this point in the history
pj-spoelders committed Oct 18, 2023
1 parent 19f1adc commit df909f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/exasol/cloudetl/kafka/ExtensionIT.java
Original file line number Diff line number Diff line change
@@ -250,8 +250,6 @@ private void verifyImportWorks() {
.column("KAFKA_PARTITION", "DECIMAL(18, 0)")//
.column("KAFKA_OFFSET", "DECIMAL(36, 0)")//
.build();
// CREATE CONNECTION (optional, see
// https://github.com/exasol/kafka-connector-extension/blob/main/doc/user_guide/user_guide.md#importing-records)

executeKafkaImport(targetTable, kafkaSetup);

0 comments on commit df909f8

Please sign in to comment.