Skip to content

Commit 2ea66d8

Browse files
committed
fix typo
1 parent 8511e64 commit 2ea66d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

parquet-column/src/main/java/org/apache/parquet/column/ParquetProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ public Builder withSizeStatisticsEnabled(String columnPath, boolean enabled) {
771771
* deal of space. Parquet file footers can be made much smaller by omitting this field.
772772
* Because the field was originally a mandatory field, this property defaults to true
773773
* to maintain compatibility with older readers that expect this field to be present.
774-
* If one knows that all readers one plans to use are tolerant of the absense of this field,
774+
* If one knows that all readers one plans to use are tolerant of the absence of this field,
775775
* this may be safely set to false.
776776
*
777777
* @param enabled whether to write path_in_schema

parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ public SELF withSizeStatisticsEnabled(boolean enabled) {
983983
* deal of space. Parquet file footers can be made much smaller by omitting this field.
984984
* Because the field was originally a mandatory field, this property defaults to true
985985
* to maintain compatibility with older readers that expect this field to be present.
986-
* If one knows that all readers one plans to use are tolerant of the absense of this field,
986+
* If one knows that all readers one plans to use are tolerant of the absence of this field,
987987
* this may be safely set to false.
988988
*
989989
* @param enabled whether to write path_in_schema

0 commit comments

Comments
 (0)