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.
[client] Improve message when setting a decimal on a non-decimal column
This patch improves the error messaging when setting a decimal on a non-decimal column. Changes the order of validation operations to first check the column type is valid before checking the value is in range. Change-Id: I331028c3ce88e54eef0a091c0cc98b39293fb3c1 Reviewed-on: http://gerrit.cloudera.org:8080/12433 Tested-by: Grant Henke <[email protected]> Reviewed-by: Andrew Wong <[email protected]>
- Loading branch information
1 parent
09d53a5
commit 4f3baf7
Showing
3 changed files
with
19 additions
and
6 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
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