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]