Skip to content

Commit 0943a33

Browse files
committed
update
1 parent 89737b8 commit 0943a33

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,8 +2488,7 @@ public void write(byte[] b, int off, int len) {
24882488
}
24892489

24902490
@Override
2491-
public void flush() {
2492-
}
2491+
public void flush() {}
24932492

24942493
byte[] toByteArray() {
24952494
return buffer.toByteArray();

0 commit comments

Comments
 (0)