[
https://issues.apache.org/jira/browse/GOBBLIN-1459?focusedWorklogId=611449&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611449
]
ASF GitHub Bot logged work on GOBBLIN-1459:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/21 16:44
Start Date: 15/Jun/21 16:44
Worklog Time Spent: 10m
Work Description: aplex commented on a change in pull request #3298:
URL: https://github.com/apache/gobblin/pull/3298#discussion_r651970380
##########
File path:
gobblin-metastore/src/main/java/org/apache/gobblin/metastore/MysqlJobStatusStateStore.java
##########
@@ -70,6 +71,21 @@ public MysqlJobStatusStateStore(DataSource dataSource,
String stateStoreTableNam
return getAll(storeName, flowExecutionId + "%", true);
}
+ @Override
+ protected String getCreateJobStateTableTemplate() {
Review comment:
The test can write the state for the flow with max length, and max
expected table length, and then try to read it.
--
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: 611449)
Time Spent: 1h 50m (was: 1h 40m)
> correct column length in MysqlSpecStore, MysqlDagStore, MysqlJobStatusStore
> ---------------------------------------------------------------------------
>
> Key: GOBBLIN-1459
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1459
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> some column length in MysqlSpecStore, MysqlDagStore, MysqlJobStatusStore are
> incorrect. limit on these column lengths is decided by the limit on flow
> group and flow name limits
--
This message was sent by Atlassian Jira
(v8.3.4#803005)