Skip to content

Commit

Permalink
[BEAM-10471] fix a wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot committed Aug 3, 2020
1 parent a5eab74 commit e3ea99b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ public void testWrite() {
.withPort(cassandraPort)
.withKeyspace(CASSANDRA_KEYSPACE)
.withEntity(ScientistWrite.class));
// table to write to is specified in the entity in @Table annotation (in that case scientist)
// table to write to is specified in the entity in @Table annotation (in that case
// scientist_write)
pipeline.run();

List<Row> results = getRows(CASSANDRA_TABLE_WRITE);
Expand Down

0 comments on commit e3ea99b

Please sign in to comment.