forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KUDU-3198: fix encodeRow() when encoding delete operations
Before this patch, not all non-key columns are cleared when encoding delete row operations. If users delele with full row from a 64 column table, the operation would fail. Change-Id: I144e1998b99be3e660b7f320c55e4b1c9753a61f Reviewed-on: http://gerrit.cloudera.org:8080/16571 Reviewed-by: Grant Henke <[email protected]> Tested-by: Grant Henke <[email protected]> Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information
1 parent
81720a4
commit ea48c9b
Showing
2 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters