[ https://issues.apache.org/jira/browse/GOBBLIN-1080?focusedWorklogId=402396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-402396 ]
ASF GitHub Bot logged work on GOBBLIN-1080: ------------------------------------------- Author: ASF GitHub Bot Created on: 12/Mar/20 18:43 Start Date: 12/Mar/20 18:43 Worklog Time Spent: 10m Work Description: sv2000 commented on pull request #2922: [GOBBLIN-1080]Add configuration to preserve schema creation time in converter URL: https://github.com/apache/incubator-gobblin/pull/2922#discussion_r391820660 ########## File path: gobblin-utility/src/main/java/org/apache/gobblin/util/AvroUtils.java ########## @@ -116,6 +117,13 @@ public static boolean checkReaderWriterCompatibility(Schema readerSchema, Schema return SchemaCompatibility.checkReaderWriterCompatibility(readerSchema, writerSchema).getType().equals(SchemaCompatibility.SchemaCompatibilityType.COMPATIBLE); } + public static Schema preserveCreationTime(Schema inputSchema, Schema outputSchema) { Review comment: preserveCreationTime -> addSchemaCreationTime? ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 402396) Time Spent: 0.5h (was: 20m) > Add configuration to preserve schema creation time in converter > --------------------------------------------------------------- > > Key: GOBBLIN-1080 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1080 > Project: Apache Gobblin > Issue Type: Task > Reporter: Zihan Li > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)