Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Private Beta
-
None
-
None
Description
The Java API currently reutrns a List<BatchResponse> from flush(). This groups the errors by tablet, but tablets aren't really a user-visible construct. Instead, we should just return the RowErrors themselves, and if we want to allow a user to group by tablet for some reason, add some accessor like getDestinationTabletId() to the RowError.