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

Cleanup BigintGroupByHash instanceof checks #16769

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

pettyjamesm
Copy link
Member

Description

Simple refactoring to use instanceof pattern matching instead of explicit casts.

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Mar 28, 2023
@pettyjamesm pettyjamesm requested a review from sopel39 March 28, 2023 20:30
@pettyjamesm pettyjamesm force-pushed the cleanup-bigint-group-by-hash branch from 930ed93 to f30bcac Compare March 29, 2023 15:10
@pettyjamesm
Copy link
Member Author

Test failure is unrelated. Tests for trino-cassandra failed to pull the docker container and trino-kudu test failure indicated it failed the BaseConnectorTest#testRenameColumn() check but didn't include QueryId in the failure assertion, so I've pushed a new commit to include that additional context in assertDistributedQuery.

@pettyjamesm
Copy link
Member Author

Test failure is again unrelated, looks like a spurious timeout after 2 seconds in the cassandra suite.

@pettyjamesm pettyjamesm force-pushed the cleanup-bigint-group-by-hash branch from f30bcac to 5ae9db6 Compare March 30, 2023 22:07
@martint martint merged commit dad888f into trinodb:master Mar 31, 2023
@pettyjamesm pettyjamesm deleted the cleanup-bigint-group-by-hash branch March 31, 2023 16:33
@github-actions github-actions bot added this to the 412 milestone Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants