Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The CassandraInputOperator scans the table starting with StratRow, at end of each query, it updates start row to the last scanned row in current query.
The query format is: select * from %t where token(%p) > %v limit %l
Where %v is set to primary column value, but instead it should be set to token value of start row i.e.
%v = token(startRow).