i tried to do left join in pentaho using merge joins..
So when i do query
select count(*) from table_a a
left join table_b on a.key=b.key
It gave me 26,756
But in the Pentaho it only gave me 26,721 ?
I've already sorted before joing though..
I'm using Merge Join step, and Left Outer.
In the Table input i've already sorted with order by, why? Because i tried many things and the most close rows count is when i tried to sort in the table input then change "Pre Sorted" in Sort steps to 'Y'



