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

vdk-trino: fix broken tests #900

Merged
merged 1 commit into from
Jul 7, 2022
Merged

vdk-trino: fix broken tests #900

merged 1 commit into from
Jul 7, 2022

Conversation

antoniivanov
Copy link
Collaborator

Recent change in trino library broke our tests -

After trinodb/trino#9129 trino would fail
drop view if not exists query if table with that name exists instead
of silently proceeding.

which is problem for us since our tests seem to rely on us they execute
both drop view and drop table to make sure a table or view is deleted.

So now I am pinning to old version of trino to hopefully fix the issue
as a quick workaround. Will create separate ticket to fix it in a way
that works against latest version of trino.

Testing Done: this PR CICD :)

Signed-off-by: Antoni Ivanov [email protected]

Recent change in trino library broke our tests -

After trinodb/trino#9129  trino would fail
`drop view if not exists` query if table with that name exists instead
of silently proceeding.

which is problem for us since our tests seem to rely on us they execute
both drop view and drop table to make sure a table or view is deleted.

So now I am pinning to old version of trino to hopefully fix the issue
as a quick workaround. Will create separate ticket to fix it in a way
that works against latest version of trino.

Testing Done: this PR CICD :)

Signed-off-by: Antoni Ivanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants