Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.6.0
Description
Currently, only INSERT DML operations report the number of modified rows at all. (The reporting is limited to the shell and the profile because HS2 has no way to return this information, see IMPALA-1789 which is not in scope for this JIRA).
Other DML (DELETE, UPDATE, UPSERT) do not report the number of modified rows at all, but they should at least report the number of modified rows in the same way that INSERT does.
Attachments
Issue Links
- is related to
-
IMPALA-4416 Return warning msgs/counts to clients for ignored Kudu warnings/conflict violations
- Open
-
IMPALA-4445 Improve UPSERT NumRowsModified
- Open
- relates to
-
IMPALA-4439 Kudu DML should report the number of rows that could not be modified
- Resolved