Vitalii Tymchyshyn

Results 11 issues of Vitalii Tymchyshyn

E.g. for https://github.com/cdapio/cdap/pull/13455 ![image](https://user-images.githubusercontent.com/425183/121438503-f58de200-c938-11eb-8e01-e2c8fe03c569.png) 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"...