- Notifications
You must be signed in to change notification settings - Fork126
Introducerow_limit param#607
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
max_rows param forCursor initialisation forSEA backendmax_rows param inCursor constructor to be used bySEA backendmax_rows param inCursor constructor to be used bySEA backendmax_rows param inCursor constructor to be used by SEA backendSigned-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Uh oh!
There was an error while loading.Please reload this page.
max_rows param inCursor constructor to be used by SEA backendrow_limit paramSigned-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
jayantsing-db commentedJul 7, 2025
is this a breaking change in thrift? the thrift users would have to change to row_limit? |
varun-edachali-dbx commentedJul 7, 2025
There is currently no way for the user to specify a row limit with the Thrift backend. The newly introduced In the current implementation, |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
4f11ff0 intosea-migrationUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 existingin 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