Skip to content

Commit

Permalink
PQ testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nk1506 committed Aug 22, 2024
1 parent 7ed43d7 commit 2e080f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public <D> FileAppender<D> build() throws IOException {
parquetWriteBuilder.withBloomFilterFPP(colPath, Double.parseDouble(fpp));
}

return new ParquetWriteAdapter<>(parquetWriteBuilder.build(), metricsConfig);
return null;
}
}

Expand Down

0 comments on commit 2e080f8

Please sign in to comment.