Vitalii Tymchyshyn
Vitalii Tymchyshyn
E.g. for https://github.com/cdapio/cdap/pull/13455  point to the run https://github.com/cdapio/cdap/runs/2785539942 that was canceled due to a timeout
Mapper: ``` #repeat( $_parameter.list $level1) #set( $foo = $level1) @{foo} #end ``` Test: ``` @Test public void velocityTestNestedSet() throws SQLException, IOException { expect(connection.getAutoCommit()).andStubReturn(false); expect(connection.prepareStatement("\n" + " ?\n" + " ?\n"...
Mapper: ``` #repeat( $_parameter.list $level1) #repeat( $level1 $level2) @{level1} #end #end ``` Test: ``` @Test public void velocityTestNestedRef() throws SQLException, IOException { expect(connection.getAutoCommit()).andStubReturn(false); expect(connection.prepareStatement("\n" + " ?\n" + " ?\n"...