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 05e0ef10538 branch-2.1: [bugfix](regression) fix regression test
result errors (#53458)
05e0ef10538 is described below
commit 05e0ef10538982791513eb8d37563df46d3d845e
Author: lw112 <[email protected]>
AuthorDate: Mon Jul 21 17:07:05 2025 +0800
branch-2.1: [bugfix](regression) fix regression test result errors (#53458)
---
.../load_p0/routine_load/test_routine_load_jsonpath_dollar.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/load_p0/routine_load/test_routine_load_jsonpath_dollar.groovy
b/regression-test/suites/load_p0/routine_load/test_routine_load_jsonpath_dollar.groovy
index 2dd0f792111..fed1236ca2e 100644
---
a/regression-test/suites/load_p0/routine_load/test_routine_load_jsonpath_dollar.groovy
+++
b/regression-test/suites/load_p0/routine_load/test_routine_load_jsonpath_dollar.groovy
@@ -137,7 +137,7 @@ suite("test_routine_load_jsonpath_dollar", "p0") {
assertTrue(jsonContent.contains("time"), "Content should contain
the full JSON with 'time' field")
def specificData = sql "select time, id, name from ${tableName}
where id = 1"
- assertEquals(1642505600, specificData[0][0])
+ assertEquals(1752600673, specificData[0][0])
assertEquals(1, specificData[0][1])
assertEquals("test1", specificData[0][2])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]