Hi All,
we are using phoenix 5 with habse2.0.2 in HDP3.1.5.
we have noticed a scenario when we are issuing a delete command for the table it deleted more records than it holds.
example:
phoenix sqline
select count(*) from table_name;
391056
delete from table_name;
1367799
Can anybody please advise on this?