You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/10 20:20:41 UTC

[jira] [Commented] (TRAFODION-2583) Remove deprecated CQD HIVE_MAX_STRING_LENGTH

    [ https://issues.apache.org/jira/browse/TRAFODION-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963447#comment-15963447 ] 

ASF GitHub Bot commented on TRAFODION-2583:
-------------------------------------------

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1058

    [TRAFODION-2583] Remove deprecated CQD HIVE_MAX_STRING_LENGTH

    JIRA TRAFODION-2352 added the CQD HIVE_MAX_STRING_LENGTH_IN_BYTES, with the intention of ultimately replacing HIVE_MAX_STRING_LENGTH. HIVE_MAX_STRING_LENGTH does not specify the unit of length and therefore was error-prone. Both CQDs were left in the code to allow time to change test scripts. But now, the time has come to remove the old CQD.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion BanOldCQD

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1058.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 #1058
    
----
commit 660c818bef6404c57c3845ff26ec175bae45651f
Author: Dave Birdsall <db...@apache.org>
Date:   2017-04-10T20:14:22Z

    [TRAFODION-2583] Remove deprecated CQD HIVE_MAX_STRING_LENGTH

----


> Remove deprecated CQD HIVE_MAX_STRING_LENGTH
> --------------------------------------------
>
>                 Key: TRAFODION-2583
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2583
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-cmp
>    Affects Versions: 2.2-incubating
>            Reporter: David Wayne Birdsall
>            Assignee: David Wayne Birdsall
>
> Last November in JIRA TRAFODION-2352, we added a CQD HIVE_MAX_STRING_LENGTH_IN_BYTES which sets the length of a hive string type for Trafodion's purposes. (Hive string types have unlimited length. Trafodion treats these as VARCHARs, but they must have a maximum length.) This CQD was intended to take the place of HIVE_MAX_STRING_LENGTH, which was not clear about the storage unit and therefore error-prone. We left the old CQD in to allow folks to make the change in their scripts at their leisure.
> The time has come to remove the old CQD.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)