GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/413
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/413.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 #413
----
commit 031d6e6f4d023ed9e014635d718239bf0291f625
Author: clark.kang <[email protected]>
Date: 2015-03-11T15:48:45Z
TAJO-1360
----
---
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.
---