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 2c79d654335 [fix](case) fix jsonb case (#42536) 2c79d654335 is described below commit 2c79d6543350620a9fb09a3c9ab2364892bec69a Author: amory <wangqian...@selectdb.com> AuthorDate: Mon Oct 28 14:02:56 2024 +0800 [fix](case) fix jsonb case (#42536) ## Proposed changes fix case for jsonb Issue Number: close #xxx <!--Describe your changes.--> --- .../suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy b/regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy index d44e81f8fa5..340aa256e96 100644 --- a/regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy +++ b/regression-test/suites/nereids_p0/jsonb_p0/test_jsonb_load_and_function.groovy @@ -62,7 +62,7 @@ suite("test_jsonb_load_and_function", "p0") { assertEquals("fail", json.Status.toLowerCase()) assertTrue(json.Message.contains("too many filtered rows")) assertEquals(25, json.NumberTotalRows) - assertEquals(18, json.NumberLoadedRows) + assertEquals(0, json.NumberLoadedRows) assertEquals(7, json.NumberFilteredRows) assertTrue(json.LoadBytes > 0) log.info("url: " + json.ErrorURL) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org