Skip to content

Commit b3430d0

Browse files
committed
update
1 parent f8eab28 commit b3430d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parquet-column/src/main/java/org/apache/parquet/column/values/plain/PlainValuesWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* of the un-scaled integer (the same bytes produced by
4141
* {@link java.math.BigInteger#toByteArray()}). This writer keeps those bytes
4242
* exactly as they are and only adds the 4-byte little-endian length prefix
43-
* required by the PLAIN encoding. Bytes are not re-ordered..</p>
43+
* required by the PLAIN encoding. Bytes are not re-ordered.</p>
4444
*/
4545
public class PlainValuesWriter extends ValuesWriter {
4646
private static final Logger LOG = LoggerFactory.getLogger(PlainValuesWriter.class);

0 commit comments

Comments
 (0)