Skip to content

Commit

Permalink
Update config description for insert.non-transactional-insert.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 authored and ebyhr committed Dec 13, 2024
1 parent af3a6f3 commit 89d3fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public boolean isNonTransactionalInsert()
}

@Config("insert.non-transactional-insert.enabled")
@ConfigDescription("Do not create temporary table during insert. " +
@ConfigDescription("Enables support for non-transactional INSERT. " +
"This means that the write operation can fail and leave the table in an inconsistent state.")
public JdbcWriteConfig setNonTransactionalInsert(boolean nonTransactionalInsert)
{
Expand Down

0 comments on commit 89d3fc9

Please sign in to comment.