Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6189 DATA_EXCEEDS_MAX_CAPACITY exception error string should … - #924
PHOENIX-6189 DATA_EXCEEDS_MAX_CAPACITY exception error string should …#924yanxinyi wants to merge 1 commit into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
stoty
commented
Oct 16, 2020
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @Deprecated | ||
| public DataExceedsCapacityException(PDataType type, Integer precision, Integer scale) { | ||
| this(type, precision, scale, null, null); |
There was a problem hiding this comment.
You would also want to change this to call the new constructor: this(type, precision, scale, null) since this will be deprecated.
| } | ||
| if (result == null) { | ||
| throw new DataExceedsCapacityException(PDecimal.INSTANCE, maxLength, scale); | ||
| throw new DataExceedsCapacityException("", maxLength); |
There was a problem hiding this comment.
The type information could be useful here, and below too.
stoty
commented
Oct 17, 2020
💔 -1 overall
This message was automatically generated. |
…contain column name instead of actual value
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…contain column name instead of actual value