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

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_r287477628
 
 

 ##########
 File path: 
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/util/AvroSchemaCheckStrategyForTest.java
 ##########
 @@ -0,0 +1,112 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.gobblin.data.management.util;
+
+import java.util.HashSet;
+import java.util.Set;
+import org.apache.avro.AvroRuntimeException;
+import org.apache.avro.Schema;
+import org.apache.gobblin.util.schema_check.AvroSchemaCheckStrategy;
+
+
+public class AvroSchemaCheckStrategyForTest implements AvroSchemaCheckStrategy 
{
 
 Review comment:
   Is there a reason this needs to be only for testing? Is it robust enough to 
be made the default implementation in Gobblin?
 
----------------------------------------------------------------
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: 248221)
    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)

Reply via email to