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 f8eab28 commit b3430d0Copy full SHA for b3430d0
1 file changed
parquet-column/src/main/java/org/apache/parquet/column/values/plain/PlainValuesWriter.java
@@ -40,7 +40,7 @@
40
* of the un-scaled integer (the same bytes produced by
41
* {@link java.math.BigInteger#toByteArray()}). This writer keeps those bytes
42
* 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>
+ * required by the PLAIN encoding. Bytes are not re-ordered.</p>
44
*/
45
public class PlainValuesWriter extends ValuesWriter {
46
private static final Logger LOG = LoggerFactory.getLogger(PlainValuesWriter.class);
0 commit comments