Skip to content

Commit ba7fa71

Browse files
committed
update
1 parent 5af8de0 commit ba7fa71

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import org.apache.parquet.io.OutputFile;
4040
import org.apache.parquet.schema.MessageType;
4141

42-
// unrelated change
4342
/**
4443
* Write records to a Parquet file.
4544
*/

parquet-plugins/parquet-encoding-vector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.parquet</groupId>
2424
<artifactId>parquet</artifactId>
25-
<version>1.16.0</version>
25+
<version>1.16.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

parquet-plugins/parquet-plugins-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.parquet</groupId>
2424
<artifactId>parquet</artifactId>
25-
<version>1.16.0</version>
25+
<version>1.16.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)