Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1320#discussion_r156799988 --- Diff: dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestNetworkTimeout.java --- @@ -64,10 +72,19 @@ public void testGetNetworkTimeout() { Connection conn = null; try { System.out.println("Connecting to database..."); - conn = Utils.getUserConnection(); + conn = Utils.getUserConnection();S --- End diff -- The extra "S" at the end of the line appears to be causing the JDBC build failure
---