Skip to content

Commit a870663

Browse files
Update doc comment for DictionaryDecodingProducer
1 parent 8a69d12 commit a870663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adapter/avro/src/main/java/org/apache/arrow/adapter/avro/producers/DictionaryDecodingProducer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import org.apache.avro.io.Encoder;
2323

2424
/**
25-
* Producer that produces decoded values from a dictionary-encoded {@link BaseIntVector}, writes
26-
* data to an Avro encoder.
25+
* Producer that decodes values from a dictionary-encoded {@link FieldVector}, writes the resulting
26+
* values to an Avro encoder.
2727
*
2828
* @param <T> Type of the underlying dictionary vector
2929
*/

0 commit comments

Comments
 (0)