[
https://issues.apache.org/jira/browse/GOBBLIN-772?focusedWorklogId=248220&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-248220
]
ASF GitHub Bot logged work on GOBBLIN-772:
------------------------------------------
Author: ASF GitHub Bot
Created on: 24/May/19 18:47
Start Date: 24/May/19 18:47
Worklog Time Spent: 10m
Work Description: ibuenros commented on pull request #2637:
[GOBBLIN-772]Implement Schema Comparison Strategy during Disctp
URL: https://github.com/apache/incubator-gobblin/pull/2637#discussion_r287475457
##########
File path:
gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java
##########
@@ -936,4 +936,10 @@
public static final String GIT_MONITOR_SSH_KNOWN_HOSTS = "knownHosts";
public static final String GIT_MONITOR_SSH_KNOWN_HOSTS_FILE =
"knownHostsFile";
public static final String GIT_MONITOR_JSCH_LOGGER_ENABLED =
"isJschLoggerEnabled";
+
+ /**
+ * Configuration related to data derived
Review comment:
Please adjust the comment so it makes sense in Gobblin itself. This is
leaking LinkedIn implementation details.
----------------------------------------------------------------
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: 248220)
Time Spent: 2h 20m (was: 2h 10m)
> Implement Schema Comparison Strategy during Disctp
> --------------------------------------------------
>
> Key: GOBBLIN-772
> URL: https://issues.apache.org/jira/browse/GOBBLIN-772
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> We need a schema comparison strategy to make sure the real schema and the
> expected schema have matching field names and types.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)