GitHub user srinathshankar opened a pull request:
https://github.com/apache/spark/pull/14721
[SC-4296][SQL] Change error message for out of range numeric literals
## What changes were proposed in this pull request?
Modifies error message for numeric literals to
Numeric literal <literal> does not fit in range [min, max] for type <T>
## How was this patch tested?
Ran SqlQueryTestSuite via sbt
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srinathshankar/spark sc4296
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14721.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14721
----
commit cca27bee2b4d0f52730dd8d19f8d9f32fabf6a62
Author: Srinath Shankar <[email protected]>
Date: 2016-08-17T21:22:55Z
[SC-4296][SQL] Change error message for out of range numeric literals
Modifies the error message produced when numeric literals are out of
range. Message produced is now of the form
Numeric literal <literal> does not fit in range [min, max] for type <T>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]