Skip to content

Commit

Permalink
Spark 3.3: Fix typo (apache#5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
20100507 authored Jul 26, 2022
1 parent fa6403b commit 39878c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class SparkTableUtil {

private static final String DUPLICATE_FILE_MESSAGE = "Cannot complete import because data files " +
"to be imported already exist within the target table: %s. " +
"This is disabled by default as Iceberg is not designed for mulitple references to the same file" +
"This is disabled by default as Iceberg is not designed for multiple references to the same file" +
" within the same table. If you are sure, you may set 'check_duplicate_files' to false to force the import.";


Expand Down

0 comments on commit 39878c6

Please sign in to comment.