Skip to content

Commit

Permalink
fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gszadovszky committed Mar 4, 2024
1 parent e813282 commit 17c6cfe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ public static void main(String[] args) throws Throwable {
.withAllocator(allocator)
.withCodecFactory(CodecFactory.createDirectCodecFactory(
new Configuration(), allocator, ParquetProperties.DEFAULT_PAGE_SIZE))
// Also validating the different direct codecs which might also have issues if an OOM happens
// Also validating the different direct codecs which might also have issues if an OOM
// happens
.withCompressionCodec(codecs[RANDOM.nextInt(codecs.length)])
.build()) {
for (int i = 0; i < 100_000; ++i) {
Expand Down

0 comments on commit 17c6cfe

Please sign in to comment.