We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ac839 commit 2036a00Copy full SHA for 2036a00
src/main/java/io/confluent/connect/hdfs/DataWriter.java
@@ -505,7 +505,7 @@ public Partitioner getPartitioner() {
505
* To follow this convention, this methods returns each offset that is one more than the last
506
* offset committed to HDFS.
507
*
508
- * @return Map from TopicPartition to next offset after the most recently committd offset to HDFS
+ * @return Map from TopicPartition to next offset after the most recently committed offset to HDFS
509
*/
510
public Map<TopicPartition, Long> getCommittedOffsets() {
511
Map<TopicPartition, Long> offsets = new HashMap<>();
0 commit comments