GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/996

    TAJO-2115: Change the size of the VALUE_ column in OPTIONS table

    This patch just updates the ``VALUE_`` column size of ``OPTIONS`` table. 
Existing codes of catalog module have remained static. Here are corrections as 
following:
    
    DBMS | Existing Type | Updated Type 
    -------------------|----------------------|--------------------------
    Derby | VARCHAR(4000) | LONG VARCHAR  
    MySQL | VARCHAR(4000) | TEXT
    MariaDB | VARCHAR(4000) | TEXT 
    PostgreSQL | VARCHAR(4000) | TEXT
    Oracle | VARCHAR2(4000) | LONG
     
    I referenced following sites.
    * https://db.apache.org/derby/docs/10.1/ref/rrefsqlj15147.html
    * https://docs.oracle.com/cd/B19306_01/java.102/b14188/datamap.htm
    * https://en.wikibooks.org/wiki/Converting_MySQL_to_PostgreSQL

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

    $ git pull https://github.com/blrunner/tajo TAJO-2115

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

    https://github.com/apache/tajo/pull/996.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 #996
    
----
commit 865da9634d56b768ffff7a4a2d1d7986a6db112c
Author: JaeHwa Jung <[email protected]>
Date:   2016-04-08T03:38:18Z

    TAJO-2115: Change the size of the VALUE_ column in OPTIONS table

commit 184750b1647f2e24e9fd7a20e94565c8b14151c9
Author: JaeHwa Jung <[email protected]>
Date:   2016-04-08T03:39:05Z

    Update the base version of Catalog

----


---
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.
---

Reply via email to