From db1f0ff0494617db25a2031a3ab820ed11c555e5 Mon Sep 17 00:00:00 2001 From: zwang28 <84491488@qq.com> Date: Fri, 27 Dec 2024 09:37:10 +0800 Subject: [PATCH] fix tests --- e2e_test/batch/types/map.slt.part | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_test/batch/types/map.slt.part b/e2e_test/batch/types/map.slt.part index aad5c8cc43ea..db426d6d886e 100644 --- a/e2e_test/batch/types/map.slt.part +++ b/e2e_test/batch/types/map.slt.part @@ -152,7 +152,7 @@ select jsonb_populate_map( query ? select jsonb_populate_map( - MAP {'a': '1', 'b': '2'}, + MAP {'a': 1, 'b': 2}, '{"b": "3", "c": "4"}'::jsonb ); ----