public void checkSchema()

in src/main/java/org/apache/accumulo/pig/AbstractAccumuloStorage.java [244:246]


  public void checkSchema(ResourceSchema schema) throws IOException {
    // we don't care about types, they all get casted to ByteBuffers
  }