Skip to content

Commit

Permalink
Create trino_queries table in UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimondr authored and losipiuk committed Mar 10, 2023
1 parent cb716d9 commit 139fc80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public interface QueryDao
" completed_splits BIGINT NOT NULL,\n" +
" retry_policy VARCHAR(255) NOT NULL,\n" +
" operator_summaries_json MEDIUMTEXT NOT NULL\n" +
")")
")\n" +
"DEFAULT CHARACTER SET utf8")
void createTable();

@SqlUpdate("INSERT INTO trino_queries (\n" +
Expand Down

0 comments on commit 139fc80

Please sign in to comment.