Skip to content

Commit dd88334

Browse files
committed
Fix the missing override of elastic ride.
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
1 parent 0bd0224 commit dd88334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/elasticsearch/src/main/java/io/sbk/driver/Elasticsearch/ElasticsearchReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public ElasticsearchReader(int readerId, ParameterOptions params, ElasticsearchC
3434
this.client = client;
3535
}
3636

37+
@Override
3738
@SuppressWarnings("unchecked")
3839
public String read() throws IOException {
3940
try {

0 commit comments

Comments
 (0)