From 93badd5a26fcf5a1438d84d348ad726353ea9d95 Mon Sep 17 00:00:00 2001 From: idx0-dev <124041366+idx0-dev@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:43:00 +0800 Subject: [PATCH] fix test --- src/java_binding/gen-demo-insert-data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java_binding/gen-demo-insert-data.py b/src/java_binding/gen-demo-insert-data.py index 0eee30121f583..6ffc79077eb82 100644 --- a/src/java_binding/gen-demo-insert-data.py +++ b/src/java_binding/gen-demo-insert-data.py @@ -7,7 +7,7 @@ def gen_row(index): v4 = float(index) v5 = float(index) v6 = index % 3 == 0 - v7 = '\'' + str(index) * ((index % 10) + 1) '\'' + v7 = '\'' + str(index) * ((index % 10) + 1) + '\'' v8 = "to_timestamp(" + str(index) + ")" v9 = index may_null = None if index % 5 == 0 else int(index)