Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Oct 17, 2024
1 parent 813b6e2 commit 7634480
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public void getSchema() throws Exception {
DataType.STRING,
DataType.STRING,
DataType.STRING,
DataType.STRING,
DataType.BINARY,
DataType.BINARY
);

Expand Down Expand Up @@ -952,7 +952,7 @@ public void observeVectorJson() throws Exception {
// assertEquals("[1,2]", records.get(0).row.get("a").getJson());
} finally {
try (Statement stmt = conn.getConnection().createStatement()) {
stmt.execute("SET GLOBAL vector_type_project_format = 'BINARY'");
stmt.execute("SET vector_type_project_format = 'BINARY'");
}
}
}
Expand Down

0 comments on commit 7634480

Please sign in to comment.