-
Notifications
You must be signed in to change notification settings - Fork 139
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
Old table@hash syntax is no longer supported in Spark #7556
Comments
Another odd error:
|
@dimas-b , just curious to know, what were you trying to do by adding ^1 at the end in this query -
Sorry if it is a naive question, I am still pretty new to nessie stuff. |
Also another point to highlight, I had below setup when I faced this error -
it looks like the above syntax does not work with nessie 0.40.1 as well with iceberg 1.2.1 and spark 3.2 |
|
You should actually use:
This one is indeed a problem because we didn't add support for relative hashes here. I will provide a fix. |
|
Included this in my PR #7559 |
Nessie Spark docs indicate that it is possible to refer to an older version of a table using the
table@<hash>
syntax.However, it does not work with Iceberg 1.3.1, Spark 3.3.0 and Nessie 0.71.2:
but this works:
The text was updated successfully, but these errors were encountered: