Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message on DML operations when delta.enable-non-concurrent-writes is false #14464

Closed
findinpath opened this issue Oct 4, 2022 · 0 comments · Fixed by #14904
Closed
Assignees

Comments

@findinpath
Copy link
Contributor

findinpath commented Oct 4, 2022

io.trino.spi.TrinoException: Inserts are not supported on the s3 filesystem
at io.trino.plugin.deltalake.DeltaLakeMetadata.beginInsert(DeltaLakeMetadata.java:1247)

When delta.enable-non-concurrent-writes is set to false, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant