Class WriteComputeSchemaValidator


  • public class WriteComputeSchemaValidator
    extends java.lang.Object
    validate if a write-compute schema can be pair with value schema
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validate​(org.apache.avro.Schema valueSchema, org.apache.avro.Schema writeComputeSchema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

        public static void validate​(org.apache.avro.Schema valueSchema,
                                    org.apache.avro.Schema writeComputeSchema)