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

Incompatible column update_iceberg_ts when upgrading from 1.8.6 to 1.9.0 #487

Open
Christy1984 opened this issue Dec 18, 2024 · 1 comment · May be fixed by #497
Open

Incompatible column update_iceberg_ts when upgrading from 1.8.6 to 1.9.0 #487

Christy1984 opened this issue Dec 18, 2024 · 1 comment · May be fixed by #497
Labels
bug Something isn't working

Comments

@Christy1984
Copy link

Christy1984 commented Dec 18, 2024

Describe the bug

It looks like the column update_iceberg_ts which was generated automatically before is removed. This causes the upgrade from 1.8.6 to 1.9.0 to fail. Is it intended to remove the column or should it be there?

Error message:
UNRESOLVED_COLUMN.WITH_SUGGESTION]` A column or function parameter with name `update_iceberg_ts` cannot be resolved.

@moomindani
Copy link
Collaborator

This is not intended.
It seems that we have accidentally removed that column in this PR: #461
Will investigate further to see how to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants