Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adevday committed Mar 27, 2023
1 parent d7e27f8 commit 93badd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java_binding/gen-demo-insert-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 93badd5

Please sign in to comment.