Skip to content

Commit f5c66d8

Browse files
committed
add comment
1 parent e837938 commit f5c66d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/net/snowflake/client/jdbc/DataframeAstTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public void testSendAst() throws SQLException, IOException {
6565
ResultSet.CLOSE_CURSORS_AT_COMMIT);
6666
stmt.executeDataframeAst(ast);
6767
} catch (Exception e) {
68-
// do nothing, let it terminate early
68+
// do nothing
69+
// the remaining part is not related to this feature, let it terminate early.
6970
}
7071
HttpPost result = captor.getValue();
7172
ObjectMapper mapper = new ObjectMapper();

0 commit comments

Comments
 (0)