Hi, We have a scenario where we are importing data into HBase with sqoop incremental import.
Lets say we imported a table and later source table got updated for some columns as null values for some rows. Then while doing incremental import as per HBase these columns should not be there in HBase table. But right now these columns will be as it is available with previous values. Is there any fix to overcome this issue? Thanks, Jilani
