Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I found that kudu users could not get their data easily if they delelte the data by mistake. Kudu will keep the deleted data for a while (detemined by history_max_age_sec) and java/c++ api support scanning historical data by snapshot read, however there is no available tool supporting snapshot read.
It'd be nice If kudu CLI support configuring snapshot time in table copy.