[1/7] Isolate legacy prepared statement batch execution - #1620
Merged
sreekanth-db merged 2 commits intoAug 19, 2026
Conversation
Keep existing batching behavior behind a dedicated executor so native routing can be added without changing the compatibility fallback. Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
|
JDBC integration tests triggered ( |
This was referenced Aug 10, 2026
gopalldb
approved these changes
Aug 19, 2026
|
Integration test approval reset. New commits were pushed to this PR. Label(s) A maintainer must re-review and re-add a label to preview tests again. (The real gate runs in the merge queue.) Latest commit: e92de04 |
sreekanth-db
enabled auto-merge
August 19, 2026 23:03
|
JDBC integration tests triggered ( |
sreekanth-db
deleted the
sreekanth-vadigi_data/stack/native-batch-legacy-seam
branch
August 19, 2026 23:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🥞 Stacked PR
Use this link to review incremental changes.
Description
Extract the existing PreparedStatement batch implementation into a dedicated legacy executor.
This preserves current rewrite, interpolation, chunking, fallback, and error behavior while leaving
PreparedStatementBatchExecutoras the coordination layer for future native batching.Testing
jdbc-coresuite: 3,602 passed, 88 skippedAdditional Notes to the Reviewer
This is a behavior-preserving refactor. It does not add native batching, connection properties, or transport changes.
NO_CHANGELOG=true