This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6ebcbcd0dd [bugfix](testcase) fix test_query_sys_tables decimal type
precision (#19230)
6ebcbcd0dd is described below
commit 6ebcbcd0dd0b8a8db27023353e1cb105b53c9a4d
Author: Kang <[email protected]>
AuthorDate: Mon May 8 15:57:58 2023 +0800
[bugfix](testcase) fix test_query_sys_tables decimal type precision (#19230)
---
regression-test/suites/query_p2/system/test_query_sys_tables.groovy | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/regression-test/suites/query_p2/system/test_query_sys_tables.groovy
b/regression-test/suites/query_p2/system/test_query_sys_tables.groovy
index fd82529b41..dc25003061 100644
--- a/regression-test/suites/query_p2/system/test_query_sys_tables.groovy
+++ b/regression-test/suites/query_p2/system/test_query_sys_tables.groovy
@@ -47,9 +47,9 @@ suite("test_query_sys_tables_p2", "p2") {
`qqq` varchar(130) NULL COMMENT "",
`rrr` bigint(20) NULL COMMENT "",
`sss` bigint(20) NULL COMMENT "",
- `ttt` decimal(24, 2) NULL COMMENT "",
- `uuu` decimal(24, 2) NULL COMMENT "",
- `vvv` decimal(24, 2) NULL COMMENT "",
+ `ttt` decimal(9, 3) NULL COMMENT "",
+ `uuu` decimal(9, 3) NULL COMMENT "",
+ `vvv` decimal(9, 3) NULL COMMENT "",
`www` varchar(50) NULL COMMENT "",
`xxx` varchar(190) NULL COMMENT "",
`yyy` varchar(190) NULL COMMENT "",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]