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

[Java][FlightSQL] Implement stateless prepared statements #41262

Closed
stevelorddremio opened this issue Apr 17, 2024 · 1 comment
Closed

[Java][FlightSQL] Implement stateless prepared statements #41262

stevelorddremio opened this issue Apr 17, 2024 · 1 comment

Comments

@stevelorddremio
Copy link
Contributor

Describe the enhancement requested

Use Case
Expand the languages implementing stateless prepared statements to include Java.

Background
Stateless prepared statements enhancement proposal was approved on March 24, 2024.
#37720

Component(s)

Java

lidavidm pushed a commit that referenced this issue Jun 3, 2024
…41237)

### Rationale for this change

Expand the number of implemented languages for stateless prepared statements to include Java.

### What changes are included in this PR?

Update FlightSqlClient and include a stateless server implementation example with tests.

### Are these changes tested?

Yes, tests are added to cover a stateless server implementation.

### Are there any user-facing changes?

There is a modified FlightSqlClient that is required to enable use of stateless prepared statements.

* GitHub Issue: #41262

Lead-authored-by: Steve Lord <[email protected]>
Co-authored-by: Mateusz Rzeszutek <[email protected]>
Signed-off-by: David Li <[email protected]>
@lidavidm lidavidm added this to the 17.0.0 milestone Jun 3, 2024
@lidavidm
Copy link
Member

lidavidm commented Jun 3, 2024

Issue resolved by pull request 41237
#41237

@lidavidm lidavidm closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants