GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/819
DRILL-5419: Calculate return string length for literals & some stringâ¦
⦠functions
1. Revisited calculation logic for string literals and some string
functions (cast, upper, lower, initcap, reverse, concat, concat operator,
substring, substr, left, right, rpad, lpad, case statement, coalesce,
first_value, last_value).
2. Deprecated width and changed it to precision for string types.
3. Synchronized return type length calculation logic between limit 0 and
regular queries.
4. Performed minor refactoring, added appropriate unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-5419
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/819.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 #819
----
commit c7ec21bc1caa02587f6b748ee6e213b78e916cb6
Author: Arina Ielchiieva <[email protected]>
Date: 2017-04-06T10:44:26Z
DRILL-5419: Calculate return string length for literals & some string
functions
----
---
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.
---