Delta protocol version is too new for Athena DDL engine" Error When Querying Delta Tables #2939
Unanswered
marcoaanogueira
asked this question in
Q&A
Replies: 3 comments 1 reply
-
How was the table created? There may be some features used that pushed the protocol version too high for Athena SQL to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for closing it; I thought I should close it since the instruction in another issue was to open a support ticket with AWS. I created the table using the write_deltalake function:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The version appears to be correct and compatible with what is stated in the AWS documentation. ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Delta-rs version: 0.20.0
Environment:
Bug
What happened:
When trying to query Delta Lake tables via Athena, I received the following error:
Delta protocol version is too new for Athena DDL engine.
This error occurred even though the metadata shows a Delta protocol version that, according to the documentation, should be compatible with Athena.
What you expected to happen:
Athena should be able to query the Delta Lake tables without encountering a protocol version incompatibility issue.
How to reproduce it:
Create a Delta Lake table in Athena using the following command:
More details:

Beta Was this translation helpful? Give feedback.
All reactions