GitHub user charsyam opened a pull request:

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

    TAJO-1360: VALUES_ field in OPTIONS table of catalog store should be 
longer. 

    I suggest OPTIONS size as 4000, because max size of oracle varchar2 is just 
4000
    I researched docs for these patch.
    
    maria: https://mariadb.com/kb/en/mariadb/varchar/
    mysql: http://dev.mysql.com/doc/refman/5.7/en/char.html
    postgres: http://www.postgresql.org/docs/8.3/static/datatype-character.html
    derby: https://db.apache.org/derby/docs/10.7/ref/rrefsqlj41207.html
    oracle: 
https://docs.oracle.com/cd/B28359_01/server.111/b28320/limits001.htm#i287903
    (here varchar2 limit is just 4000)

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

    $ git pull https://github.com/charsyam/tajo feature/TAJO-1360

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

    https://github.com/apache/tajo/pull/436.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 #436
    
----
commit cb4c585388b0efe99394aa8115045b7f8cba0f5b
Author: clark.kang <[email protected]>
Date:   2015-03-19T02:21:46Z

    change VALUE_ size

----


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