[ 
https://issues.apache.org/jira/browse/GOBBLIN-1150?focusedWorklogId=434126&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-434126
 ]

ASF GitHub Bot logged work on GOBBLIN-1150:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/20 01:27
            Start Date: 17/May/20 01:27
    Worklog Time Spent: 10m 
      Work Description: arjun4084346 commented on a change in pull request 
#2988:
URL: https://github.com/apache/incubator-gobblin/pull/2988#discussion_r426206547



##########
File path: 
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/spec_store/MysqlSpecStore.java
##########
@@ -65,31 +65,49 @@
 
   private static final String CREATE_TABLE_STATEMENT =
       "CREATE TABLE IF NOT EXISTS %s (spec_uri VARCHAR(128) NOT NULL, tag 
VARCHAR(128) NOT NULL, spec LONGBLOB, PRIMARY KEY (spec_uri))";
+  private static final String CREATE_TABLE_STATEMENT_V2 =

Review comment:
       That's right. will change




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 434126)
    Time Spent: 20m  (was: 10m)

> change spec store table to use json type
> ----------------------------------------
>
>                 Key: GOBBLIN-1150
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1150
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to