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

Extract TestingDirectTrinoClient #23611

Merged

Conversation

lukasz-stec
Copy link
Member

@lukasz-stec lukasz-stec commented Sep 30, 2024

Description

The goal is to split query execution from the test code (results materialization).
The first commit fixes a bug that caused DirectTrinoClient to hang indefinitely for queries that do not produce output.

Additional context and related issues

Release notes

(X ) This is not user-visible or is 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:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Sep 30, 2024
@lukasz-stec lukasz-stec force-pushed the ls/2409/02-refactor-direct-trino-client branch from 7cc72d7 to 49f99a1 Compare October 8, 2024 12:05
@lukasz-stec lukasz-stec changed the title Extract DirectTrinoQueryExecutor Extract TestingDirectTrinoClient Oct 8, 2024
@lukasz-stec lukasz-stec marked this pull request as ready for review October 8, 2024 12:22
@lukasz-stec lukasz-stec requested review from dain and wendigo October 8, 2024 12:22
@kokosing kokosing merged commit 7d896cc into trinodb:master Oct 11, 2024
94 checks passed
@kokosing kokosing deleted the ls/2409/02-refactor-direct-trino-client branch October 11, 2024 09:08
@github-actions github-actions bot added this to the 462 milestone Oct 11, 2024
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.

3 participants