A fine all-round performance by the youth Sri Lankan team steered them past a strong Australian U19 outfit for a thrilling 3-wicket win. The 3-day match was played at the SSC grounds in Colombo.
With just 20 overs remaining in the day, the hosts were expected to put up a matured batting effort for a win which was not a cakewalk. Living up to the need of the hour the Sri Lankans reached the required target of 112 runs in the last over of the day with just 2 balls to spare.
Kamil Mishara’s century gives Sri Lanka U19 lead over Aussies
The Sri Lanka U19 team put up a formidable performance against the Australia U19 team going past the 1st innings score…
After a poor start for the chase, skipper Nipun Dananjaya stood up firmly with all his experience to take control of the run-chase. Centurion in the 1st innings Kamil Mishara was dismissed for 8 runs after fellow opener Thaveesha Abhishek went for a duck.
Dananjaya played a mentor’s role with in-form Mohamed Shamaaz in the non-strikers end as Shamaaz scored 22 runs in 26 deliveries with a four and a six. Sri Lanka were well in control of the required run rate thanks to that little cameo by Shamaaz. Unfortunately following his dismissal, experienced batsman Sonal Dinusha got out for another low score. He became Zak Evans’ 4th scalp of the innings and Evans was in top form accounting to all 4 Sri Lankan wickets that had fallen until then.
Then walked-in all-rounder Chamindu Wijesinghe who steadied the run-chase with 3 fours and a six. He gave the much needed impetus to the chase with his skipper playing a vital anchor role at the other end.
An unfortunate run out meant curtains to Dananjaya’s innings. He had scored 35 runs in the 32 deliveries faced which also included 3 fours and a six. Anyway Sri Lanka were just 18 runs behind the required target with 20 balls remaining.
Zak Evans who then strengthened the Aussie side of the scale, claimed 2 more wickets in the 19th over of the innings. Wijesinghe was dismissed for 29 and Chihan Kalindu for a duck.
Four runs were needed in the last over with all-rounder Sandun Mendis and Rohan Sanjaya at the crease. After two singles in the 2nd and 3rd deliveries of the over, Mendis sealed the game for the hosts with a boundary.
Read More: Rohan Sanjaya shines for Sri Lanka U19 on opening day
Early in the day after Sri Lanka had declared their innings for 309, 40 runs ahead of the tourists, Sandun Mendis and Rohan Sanjaya wrecked the Australians sharing 8 wickets equally among them. Jarrod Freeman was the only successful Australian batsman in that inning, remaining unbeaten on 52. His 74-run stand for the 8th wicket with leg-spinner Tanveer Sangha was the only period of play for the Aussies to cherish today, otherwise which was a day to forget for them.
The Australians will leave the Island ending a 15-day long tour with the 2-1 Youth ODI series win under their belt while the Sri Lankans keep the trophy for the only Youth Test.
// 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
Australia U19
269/9 & 151/10
(65.4 overs)
Result
Sri Lanka U19
309/8 & 114/7
(19.4 overs)
SL U19 won by 3 wickets
Australia U19’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Sam Fanning | c C Kalindu b R Peiris | 7 | 22 | |||
Corey Hunter | b R Sanjaya | 71 | 134 | |||
Keegan Oates | st C Kalindu b R Sanjaya | 27 | 81 | |||
Oliver Davies | c K Mishara b R Sanjaya | 13 | 16 | |||
Lachlan Hearne | c S Dinusha b V Viyaskanth | 13 | 39 | |||
Baxter Holt | lbw by S Mendis | 60 | 104 | |||
JA Freeman | st C Kalindu b R Sanjaya | 36 | 69 | |||
Josh Kann | not out | 13 | 18 | |||
Tanveer Sangha | c Kahaduwaarachchi b R Peiris | 13 | 13 | |||
Zak Evans | c K Mishara b R Sanjaya | 4 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Ruvin Peiris | 10 | 1 | 40 | 2 | 4.00 |
Chamindu Wijesinghe | 13 | 3 | 30 | 0 | 2.31 |
Rohan Sanjaya | 32.2 | 3 | 94 | 5 | 2.92 |
Sandun Mendis | 22 | 5 | 57 | 1 | 2.59 |
Vijayakanth Viyaskanth | 6 | 0 | 37 | 1 | 6.17 |
Sri Lanka U19’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
TA Kahaduwaarachchi | c Freeman b Sangha | 36 | 68 | |||
Kamil Mishara | c Oates b Sangha | 105 | 235 | |||
Mohamed Samaaz | c & b Freeman | 43 | 92 | |||
Nipun Dananjaya | c Holt b Evans | 20 | 51 | |||
Sonal Dinusha | c Holt b Carlisle | 2 | 17 | |||
Chamindu Wijesinghe | c Holt b Freeman | 39 | 55 | |||
Sandun Mendis | c Holt b Evans | 22 | 46 | |||
Chihan Kalindu | b Freeman | 4 | 11 | |||
Rohan Sanjaya | not out | 19 | 14 | |||
V. Viyaskanth | not out | 3 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Zak Evans | 18 | 5 | 57 | 2 | 3.17 |
Jarrod Freeman | 32 | 9 | 82 | 3 | 2.56 |
Tanveer Sangha | 16 | 3 | 61 | 2 | 3.81 |
Iain Carlisle | 17 | 3 | 47 | 1 | 2.76 |
Josh Kann | 4 | 1 | 16 | 0 | 4.00 |
Keegan Oates | 6 | 1 | 15 | 0 | 2.50 |
Oliver Davies | 5 | 0 | 18 | 0 | 3.60 |
Australia U19’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Sam Fanning | c S Dinusha b R Sanjaya | 14 | 33 | |||
Corey Hunter | c Kalindu b C Wijesinghe | 0 | 11 | |||
Keegan Oates | st. Kalindu b S Mendis | 5 | 9 | |||
Oliver Davies | lbw by S Mendis | 0 | 8 | |||
Lachlan Hearne | c N Dananjaya b S Mendis | 23 | 66 | |||
Baxter Holt | c N Dananjaya b R Sanjaya | 5 | 73 | |||
JA Freeman | not out | 52 | 95 | |||
Josh Kann | b R Sanjaya | 13 | 13 | |||
Tanveer Sangha | lbw by S Dinusha | 25 | 60 | |||
Zak Evans | c K Mishara b R Sanjaya | 4 | 18 | |||
Iain Carlisle | b S Mendis | 1 | 11 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chamindu Wijesinghe | 7 | 1 | 19 | 1 | 2.71 |
Rohan Sanjaya | 31 | 16 | 37 | 4 | 1.19 |
Sandun Mendis | 18.4 | 4 | 56 | 4 | 3.04 |
Vijayakanth Viyaskanth | 3 | 0 | 18 | 0 | 6.00 |
Sonal Dinusha | 6 | 0 | 16 | 1 | 2.67 |
Sri Lanka U19’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
TA Kahaduwaarachchi | b Evans | 0 | 2 | |||
Kamil Mishara | c Freeman b Evans | 8 | 12 | |||
Mohamed Samaaz | c Fanning b Evans | 22 | 26 | |||
Nipun Dananjaya | (runout) Hunter | 35 | 32 | |||
Sonal Dinusha | c Fanning b Evans | 6 | 12 | |||
Chamindu Wijesinghe | c Freeman b Evans | 29 | 23 | |||
Sandun Mendis | not out | 6 | 5 | |||
Chihan Kalindu | c Kann b Evans | 0 | 4 | |||
Rohan Sanjaya | not out | 1 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Zak Evans | 10 | 1 | 44 | 6 | 4.40 |
Jarrod Freeman | 8 | 0 | 51 | 0 | 6.38 |
Josh Kann | 1.4 | 0 | 14 | 0 | 10.00 |