Introduce row_limit param #607
Merged
Merged
Conversation
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 19, 2025 06:21 — with
GitHub Actions
Failure
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 19, 2025 06:23 — with
GitHub Actions
Failure
max_rows param for Cursor initialisation for SEA backendmax_rows param in Cursor constructor to be used by SEA backend
max_rows param in Cursor constructor to be used by SEA backendmax_rows param in Cursor constructor to be used by SEA backend
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 19, 2025 06:34 — with
GitHub Actions
Failure
varun-edachali-dbx
marked this pull request as ready for review
June 19, 2025 06:35
varun-edachali-dbx
requested review from
deeksha-db,
gopalldb,
jackyhu-db,
jayantsing-db,
jprakash-db,
madhav-db,
samikshya-db,
shivam2680 and
vikrantpuppala
as code owners
June 19, 2025 06:35
shivam2680
reviewed
Jun 19, 2025
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 19, 2025 07:49 — with
GitHub Actions
Failure
max_rows param in Cursor constructor to be used by SEA backendrow_limit param
varun-edachali-dbx
marked this pull request as draft
June 19, 2025 07:58
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
temporarily deployed
to
azure-prod
June 19, 2025 08:03 — with
GitHub Actions
Inactive
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 19, 2025 08:46 — with
GitHub Actions
Failure
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 20, 2025 03:49 — with
GitHub Actions
Failure
varun-edachali-dbx
marked this pull request as ready for review
June 20, 2025 03:50
varun-edachali-dbx
marked this pull request as draft
June 20, 2025 04:00
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 20, 2025 04:02 — with
GitHub Actions
Failure
varun-edachali-dbx
marked this pull request as ready for review
June 20, 2025 04:11
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 20, 2025 04:55 — with
GitHub Actions
Failure
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 20, 2025 05:39 — with
GitHub Actions
Failure
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 26, 2025 10:11 — with
GitHub Actions
Failure
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 26, 2025 10:20 — with
GitHub Actions
Failure
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 26, 2025 10:22 — with
GitHub Actions
Failure
varun-edachali-dbx
temporarily deployed
to
azure-prod
June 27, 2025 08:50 — with
GitHub Actions
Inactive
varun-edachali-dbx
temporarily deployed
to
azure-prod
July 3, 2025 04:23 — with
GitHub Actions
Inactive
varun-edachali-dbx
had a problem deploying
to
azure-prod
July 3, 2025 09:54 — with
GitHub Actions
Failure
varun-edachali-dbx
temporarily deployed
to
azure-prod
July 4, 2025 04:47 — with
GitHub Actions
Inactive
Contributor
|
is this a breaking change in thrift? the thrift users would have to change to row_limit? |
Contributor
Author
There is currently no way for the user to specify a row limit with the Thrift backend. The newly introduced In the current implementation, |
jayantsing-db
approved these changes
Jul 7, 2025
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
temporarily deployed
to
azure-prod
July 7, 2025 08:59 — with
GitHub Actions
Inactive
Merged
5 tasks
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.
What type of PR is this?
Description
Introduces a
row_limitparam in theCursorthat constrains the number of rows in the query result, throughresultRowLimitin Thrift and throughmax_rowsin SEA.Despite
row_limitnot existing in the spec, we feel it is reasonable to introduce it as a param in theCursor, because:Connectionclass has a number of non-spec paramsLIMITin their SQL query.How is this tested?
Related Tickets & Documents
N/A