Improve error message on DML operations when delta.enable-non-concurrent-writes
is false
#14464
Labels
delta.enable-non-concurrent-writes
is false
#14464
When
delta.enable-non-concurrent-writes
is set tofalse
, the error message thrown is rather misleading.Stating that the writes are not supported is actually incorrect.
The error message should point to the setting
delta.enable-non-concurrent-writes
as a way to enable the writes even though limited.The text was updated successfully, but these errors were encountered: