Skip to content

Commit

Permalink
Update fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutin…
Browse files Browse the repository at this point in the history
…eLoadJob.java

Co-Authored-By: Mingyu Chen <morningman@163.com>
  • Loading branch information
wkhappy1 and morningman authored Aug 15, 2019
1 parent 5caff6d commit c3f70cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void convertCustomProperties() throws DdlException {
}
}
if (convertedCustomProperties.containsKey(KAFKA_DEFAULT_OFFSETS)) {
kafkaDefaultOffSet = convertedCustomProperties.get(KAFKA_DEFAULT_OFFSETS);
kafkaDefaultOffSet = convertedCustomProperties.remove(KAFKA_DEFAULT_OFFSETS);
}
}

Expand Down

0 comments on commit c3f70cc

Please sign in to comment.