Skip to content

Commit

Permalink
[apacheGH-3035][ParquetRewriter] nitpick refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim_konstantinov committed Nov 11, 2024
1 parent a5b48e2 commit 4d7ff10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public ParquetRewriter(RewriteOptions options) throws IOException {
inputFiles.size() + inputFilesToJoin.size(),
Stream.concat(options.getParquetInputFiles().stream(), options.getParquetInputFilesToJoin().stream())
.collect(Collectors.toList()),
options.getParquetOutputFile());
out);

if (options.getMaskColumns() != null) {
this.maskColumns = new HashMap<>();
Expand Down

0 comments on commit 4d7ff10

Please sign in to comment.