Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed May 31, 2024
1 parent fb47f2c commit 2c7fdae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ public void testSelectWithClusterKey() throws SQLException {
try (PreparedStatement statement = conn.prepareStatement(selectSQL)) {
ResultSet rs = statement.executeQuery();
while (rs.next()) {
System.out.println(rs.getString(5));
Assertions.assertEquals("NaN", rs.getString(5));
}
}
Expand Down

0 comments on commit 2c7fdae

Please sign in to comment.