org.apache.hadoop.hive.serde2.avro
Class TestAvroSerde
java.lang.Object
org.apache.hadoop.hive.serde2.avro.TestAvroSerde
public class TestAvroSerde
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAvroSerde
public TestAvroSerde()
initializeDoesNotReuseSchemasFromConf
public void initializeDoesNotReuseSchemasFromConf()
throws SerDeException
- Throws:
SerDeException
noSchemaProvidedReturnsErrorSchema
public void noSchemaProvidedReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
gibberishSchemaProvidedReturnsErrorSchema
public void gibberishSchemaProvidedReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
emptySchemaProvidedReturnsErrorSchema
public void emptySchemaProvidedReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
badSchemaURLProvidedReturnsErrorSchema
public void badSchemaURLProvidedReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
emptySchemaURLProvidedReturnsErrorSchema
public void emptySchemaURLProvidedReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
bothPropertiesSetToNoneReturnsErrorSchema
public void bothPropertiesSetToNoneReturnsErrorSchema()
throws SerDeException
- Throws:
SerDeException
getSerializedClassReturnsCorrectType
public void getSerializedClassReturnsCorrectType()
Copyright © 2013 The Apache Software Foundation