Skip to content

Commit 983f87e

Browse files
committed
Rollback default parquet 2 in CarpetWriter
1 parent c709426 commit 983f87e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

carpet-record/src/main/java/com/jerolba/carpet/CarpetWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
*
4444
* <pre>{@code
4545
* .withWriteMode(Mode.OVERWRITE)
46-
* .withWriterVersion(WriterVersion.PARQUET_2_0)
4746
* .withCompressionCodec(CompressionCodecName.SNAPPY)
4847
*
4948
* }</pre>
@@ -150,7 +149,6 @@ public static class Builder<T> {
150149
public Builder(OutputFile path, Class<T> recordClass) {
151150
builder = CarpetParquetWriter.builder(path, recordClass)
152151
.withWriteMode(Mode.OVERWRITE)
153-
.withWriterVersion(WriterVersion.PARQUET_2_0)
154152
.withCompressionCodec(CompressionCodecName.SNAPPY);
155153
}
156154

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = com.jerolba.carpet
2-
version = 0.0.7
2+
version = 0.0.8
33

44
parquetVersion = 1.13.0
55
hadoopVersion = 3.3.5

0 commit comments

Comments
 (0)