India U19 scored 384 for the loss of 7 wickets as all their batsmen took their batting knocks throughout the day. V. Kanthan shined for the hosts as he took 4 wickets.
After batting the whole day the home team decided to declare their inning this morning. Skipper Anuj Rawat and Pawan Shah opened the batting for India while Selvarasa Mathushan and Chamika Gunasekara opened the bowling for the hosts.
Read: Solid batting by SL U19 President’s XI
Trailing by 253 runs, the Indian opening pair started decently with both batsmen middling the ball quite easily. In fact Pawan Shah scored 18 runs off Gunasekara’s 3rd over with 4 blistering boundaries. The two stylish Indian openers brought up their 50 in just 6.1 overs making it really hard for the Lankan seamers to settle in.
As the seamers went for 60 in 8 overs skipper Kamil Mishara brought on left-arm orthodox spinner Rohan Sanjaya to try and restrict the free flowing Indian duo. The unstoppable Shah completed his 41-ball fluent 50 despite Sri Lanka’s spin threat.
Maheesh Theekshana then started to show his prowess by taking the wicket of Indian skipper Anuj Rawat with a quicker delivery. Interestingly Maheesh resembled Ajantha Mendis surprising the Indian camp.
Mystery spinner Maheesh Theekshana and left-arm orthodox spinner Dilum Sudheera brought some sort of control to the inning which was just a one-side traffic otherwise. As a result Taide hit one very hard into the hands of the short-leg fielder which bounced off his hands. He and the keeper couldn’t hold onto the popped out ball which fell just short of both the diving fielders denying Maheesh his second wicket.
Photos: Sri Lanka U19 vs India U19 | Practice Match | Day 1
After Pawan Shah retired after scoring 70 in 70 Taide threw his bat at a wide delivery as he edged it to a wide 3rd slip Kevin Perera giving Lakshan Gamage his first wicket. Soon after that Kamil Mishara at slip dropped Dewdutt on 5 off a quick Maheesh delivery.
The visitors scored their 150 in the 29th over as Padikkal and Juyal looked very fluent after lunch. Vice-captain Aryan Juyal brought his 50 with a nicely worked single square of the wicket. He also retired just after reaching his 50.
Devdutt Padikkal reached his 50 as he guided the Indian inning along with Yash Rathod after Medulaka Wijethilaka took the wicket of Nehal Wadhera. Devdutt Padikkal retired after scoring 75 runs. The 300 was up in just 54 overs.
Read: India U19 tour of Sri Lanka 2018 – Fixtures released
Rathod pulled hard at a short ball which Madhushan at deep mid-wicket misjudged and eventually had to dive to reach it. For his bad luck he spilled it. Rathod was bowled by a superb Kanthan delivery.
Sameer Chaudhary hit one really hard, straight to the head of the silly-point fielder which bounced off his helmet and landed safely in the slip fielder Kamil Mishara’s hands becoming Kanthan’s 2nd wicket.
Then came in Arjun Tendulkar who gave a straight forward catch to the mid-wicket fielder Ruwin as he departed for 5 with just 1 boundary. It was the 3rd wicket for Kanthan.
Kanthan struck again as Muditha Lakshan took a good running catch at deep mid-wicket to get rid of Ayush Badani. It was incidentally the last ball of the match as the match was stopped since all the Indian batsmen had taken their batting opportunities.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Sri Lanka U19 Board XI
253/7 & 0/0
(0 overs)
Result
India U19
384/7 & 0/0
(0 overs)
Match draw
Sri Lanka U19 Board XI’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kamil Mishara | lbw by A.Pandey | 40 | 55 | |||
Ashen Fernando | c S.Chowdary b A.Pandey | 15 | 30 | |||
Muditha Premadasa | c S.Chowdary b A.Pandey | 5 | 19 | |||
Kevin Perera | c A.Rawat b H.Tyagi | 3 | 14 | |||
Sonal Dinusha | not out | 50 | 167 | |||
Kalindu Chihan | (runout) A.Taide | 61 | 90 | |||
Ravindu Fernando | c A.Pandey b A.Taide | 37 | 70 | |||
Maheesh Theekshana | not out | 15 | 53 | |||
Muditha Lakshan | c H.Tiyagi b A.Taide | 5 | 10 | |||
Lakshan Gamage | not out | 15 | 20 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Arjun Tendulkar | 8 | 1 | 34 | 0 | 4.25 |
Mohit Jangra | 7 | 2 | 26 | 0 | 3.71 |
Akash Pandey | 12 | 5 | 27 | 3 | 2.25 |
Yatin Mangwani | 8 | 0 | 37 | 0 | 4.63 |
Harsh Tyagi | 24 | 4 | 71 | 1 | 2.96 |
Ayush Badoni | 13 | 1 | 28 | 0 | 2.15 |
Siddharth Desai | 7 | 3 | 6 | 0 | 0.86 |
Sameer Choudary | 4 | 1 | 8 | 0 | 2.00 |
Atharva Taide | 5 | 1 | 10 | 2 | 2.00 |
India U19’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Pawan Shah | not out | 70 | 70 | |||
Anuj Rawat | b M.Theekshana | 28 | 27 | |||
Atharva Taide | c K.Perera b L.Gamage | 25 | 36 | |||
Devdutt Padikkal | not out | 75 | 82 | |||
Aryan Juyal | not out | 50 | 54 | |||
Nehal Wadhera | c A.Fernando b M.Wijethilaka | 8 | 11 | |||
Yash Rathod | b V.Kanthan | 36 | 57 | |||
Ayush Badoni | c M.Lakshan b V.Kanthan | 59 | 54 | |||
Sameer Choudhary | c K.Mishara b V.Kanthan | 8 | 10 | |||
Arjun Tendulkar | c C.Ruvin b V.Kanthan | 5 | 7 | |||
Harsh Tyagi | not out | 1 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chamika Gunasekara | 7 | 1 | 49 | 0 | 7.00 |
Selvarasa Mathushan | 4 | 0 | 21 | 0 | 5.25 |
Lakshan Gamage | 5 | 0 | 36 | 1 | 7.20 |
Rohan Sanjaya | 2 | 0 | 16 | 0 | 8.00 |
Maheesh Theekshana | 15 | 2 | 60 | 1 | 4.00 |
Dilum Sudeera | 5 | 0 | 19 | 0 | 3.80 |
V.Kanthan | 9.1 | 1 | 63 | 4 | 6.92 |
Ravindu Fernando | 4 | 0 | 26 | 0 | 6.50 |
Medulaka Wijethilaka | 5 | 0 | 22 | 1 | 4.40 |
Chamindu Wijesinghe | 5 | 0 | 26 | 0 | 5.20 |
Ruwin Chandisha | 2 | 0 | 10 | 0 | 5.00 |
Muditha Lakshan | 4 | 1 | 21 | 0 | 5.25 |