You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by anyway1021 <gi...@git.apache.org> on 2016/06/15 15:34:09 UTC

[GitHub] incubator-eagle pull request #238: Eagle-301 fix the bug of breaking mysql r...

GitHub user anyway1021 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/238

    Eagle-301 fix the bug of breaking mysql row size when creating tables

    1. Add a constant varchar size for default "tag" columns as 1024.
    2. Modify default max varchar size from 30000 to 7168.
    
    The above 2 sizes are calculated with the table that requires the most on the 2 categories of varchar columns.

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

    $ git pull https://github.com/anyway1021/incubator-eagle EAGLE-301

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

    https://github.com/apache/incubator-eagle/pull/238.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 #238
    
----
commit d2693e36623dddc8f8264f64452e25669e92374b
Author: anyway1021 <mc...@gmail.com>
Date:   2016-06-15T15:11:05Z

    modify default varchar size to 8192

commit 9673ade4393f73193c1081cd12acc72c555675e5
Author: anyway1021 <mc...@gmail.com>
Date:   2016-06-15T15:21:53Z

    add default size for tag column and modify default size for varchar column
    
     - modify eagle-core/eagle-query/eagle-storage-jdbc/src/main/java/org/apache/eagle/storage/jdbc/JdbcConstants.java
     - modify eagle-core/eagle-query/eagle-storage-jdbc/src/main/java/org/apache/eagle/storage/jdbc/schema/JdbcEntitySchemaManager.java

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request #238: Eagle-301 fix the bug of breaking mysql r...

Posted by anyway1021 <gi...@git.apache.org>.
Github user anyway1021 closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/238


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---