Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim_konstantinov committed Aug 7, 2024
1 parent 73a4af4 commit 18feef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public RewriteOptions build() {
Preconditions.checkArgument(inputFiles != null && !inputFiles.isEmpty(), "Input file is required");
Preconditions.checkArgument(outputFile != null, "Output file is required");
Preconditions.checkArgument(
inputFilesToJoin == null || !inputFiles.isEmpty(),
inputFilesToJoin == null || !inputFilesToJoin.isEmpty(),
"Input files to join must be non-empty list or it can be left unset, it can't be an empty list");

if (pruneColumns != null) {
Expand Down

0 comments on commit 18feef4

Please sign in to comment.