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
-
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:
![Captura de Tela 2024-10-10 às 12 13 02](https://private-user-images.githubusercontent.com/124717569/375480922-752d4491-6075-4c17-8576-0bf25dc5cf19.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzI5MTksIm5iZiI6MTczOTQzMjYxOSwicGF0aCI6Ii8xMjQ3MTc1NjkvMzc1NDgwOTIyLTc1MmQ0NDkxLTYwNzUtNGMxNy04NTc2LTBiZjI1ZGM1Y2YxOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNzQzMzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xNjMwMzFiZWQzNzkyNGViZmQ5OWY0ZTYyYjIxZjlhYmFlYThjY2VjYjBjYjNhYWI4MTkwZTczYTEzNGU4NGExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BuGIqkshXiupjwsIF-ozMUMekoGbVthAeNWtAkqh5ds)
Beta Was this translation helpful? Give feedback.
All reactions