This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new b6719e9f8b8 [fix](cases) the overflow statement id is not encountered
in 2.1 (#48721)
b6719e9f8b8 is described below
commit b6719e9f8b87a14cdc541d6be74b237ec492639e
Author: lihangyu <[email protected]>
AuthorDate: Thu Mar 6 14:06:54 2025 +0800
[fix](cases) the overflow statement id is not encountered in 2.1 (#48721)
---
regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
index d8d1c943837..4bded187723 100644
--- a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
+++ b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
@@ -327,8 +327,7 @@ suite("test_prepared_stmt", "nonConcurrent") {
// int max + 1
sql """admin set frontend config("prepared_stmt_start_id" =
"2147483648");"""
def stmt_read3 = prepareStatement "select 3"
- // overflow throw NumberFormatExceptio and fallback to
ClientPreparedStatement
- assertEquals(com.mysql.cj.jdbc.ClientPreparedStatement,
stmt_read3.class)
+ // assertEquals(com.mysql.cj.jdbc.ClientPreparedStatement,
stmt_read3.class)
qe_overflow_3 stmt_read3
qe_overflow_3 stmt_read3
stmt_read3.close()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]